mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 17:17:59 -08:00
Intiial implementation
This commit is contained in:
6
13_Bounce/csharp/Program.cs
Normal file
6
13_Bounce/csharp/Program.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
global using Games.Common.IO;
|
||||
global using Games.Common.Numbers;
|
||||
|
||||
using Bounce;
|
||||
|
||||
new Game(new ConsoleIO()).Play();
|
||||
Reference in New Issue
Block a user