Engine-Pong/Game/Program.cs

4 lines
51 B
C#
Raw Normal View History

2023-11-23 23:59:03 +03:00

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