Asteroids/Program.cs
2022-12-06 09:19:21 +01:00

4 lines
56 B
C#

using var game = new Asteroids.Game1();
game.Run();