DotN64/N64-Emu/Program.cs

10 lines
138 B
C#

namespace N64Emu
{
internal static class Program
{
private static void Main(string[] args)
{
}
}
}