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

10 lines
78 B
Beef

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