Asteroids/Program.cs

4 lines
56 B
C#
Raw Normal View History

2022-12-06 09:19:21 +01:00

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