1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDE/Tests/BugW005/Extra.bf

7 lines
57 B
Beef
Raw Permalink Normal View History

static
{
public static int Extra()
{
return 123;
}
}