1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00
Beef/IDE/mintest/mintest2/src/main4.bf

13 lines
124 B
Beef
Raw Normal View History

2019-08-23 11:56:54 -07:00
using System;
using System.Diagnostics;
2020-09-07 05:53:40 -07:00
namespace Mintest2
{
class Program
{
public static void Main()
{
}
}
}