1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00
Beef/IDEHelper/Tests/TestsB/src/Program.bf

11 lines
79 B
Beef
Raw Normal View History

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