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

11 lines
81 B
Beef
Raw Normal View History

2020-10-24 15:50:06 -07:00
namespace Tests
{
class Program
{
public static void Main()
{
2021-05-26 21:01:20 +02:00
2020-10-24 15:50:06 -07:00
}
}
}