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

13 lines
93 B
Beef
Raw Normal View History

2022-01-07 20:24:23 +01:00
using System;
2020-10-24 15:50:06 -07:00
namespace Tests
{
class Program
{
public static void Main()
{
2022-01-07 20:24:23 +01:00
2020-10-24 15:50:06 -07:00
}
}
}