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

11 lines
78 B
Beef
Raw Normal View History

2020-10-24 15:50:06 -07:00
namespace Tests
{
class Program
{
public static void Main()
{
}
}
}