1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 08:06:04 +02:00
Beef/IDE/Tests/SlotTest/src/Program.bf
2019-08-23 11:56:54 -07:00

10 lines
102 B
Beef

namespace IDETest
{
class Program
{
public static void Main()
{
SlotTest001.Test();
}
}
}