1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 08:06:04 +02:00
Beef/IDE/Tests/DebuggerTest01/src/Program.bf

15 lines
134 B
Beef
Raw Normal View History

2019-11-07 06:49:32 -08:00
#pragma warning disable 168
using System;
namespace Test
{
class Program
{
static void Main()
{
Container.Test();
}
}
}