Water/FrivoloCo/Program.cs
2022-08-04 09:04:25 -05:00

3 lines
56 B
C#

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