14 lines
324 B
C#
Raw Normal View History

2024-12-22 15:18:03 +01:00
static class Program
{
static void Main()
{
//Microsoft.Xna.Framework.FNADllMap.Init();
// See https://aka.ms/new-console-template for more information
//Console.WriteLine("Hello, World!");
var game = new WindowsPhoneSpeedyBlupi.Game1();
game.Run();
}
}