Files
test/GameOfLife3D/Program.cs
2024-10-24 16:16:43 +02:00

4 lines
64 B
C#

using var game = new GameOfLife3D.GameOfLife();
game.Run();