1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 23:56:05 +02:00
Beef/IDEHelper/Tests/TestsB/src/Program.bf
2020-10-24 15:50:06 -07:00

10 lines
79 B
Beef

namespace TestsB
{
class Program
{
public static void Main()
{
}
}
}