mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-29 09:48:22 -07:00
Intiial implementation
This commit is contained in:
@@ -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