Files
pong/Pong/Program.cs
2022-08-13 21:13:58 +02:00

4 lines
51 B
C#

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