1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 08:58:00 +02:00

Mintest changes

This commit is contained in:
Brian Fiete 2020-09-07 05:53:40 -07:00
parent 4f5a981598
commit 03c28503c6
7 changed files with 94 additions and 64 deletions

View file

@ -1,2 +1,13 @@
using System;
using System.Diagnostics;
namespace Mintest2
{
class Program
{
public static void Main()
{
}
}
}