1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Beef/IDEHelper/Tests/src/Program.bf
2022-01-07 20:24:23 +01:00

12 lines
93 B
Beef

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