Files
pong/Pong/Program.cs

4 lines
51 B
C#
Raw Normal View History

2022-08-13 21:13:58 +02:00

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