Display title and instructions

This commit is contained in:
Andrew Cooper
2022-07-06 07:48:01 +10:00
parent 832371dc07
commit ffc0b99fa3
2 changed files with 29 additions and 0 deletions

4
16_Bug/csharp/Program.cs Normal file
View File

@@ -0,0 +1,4 @@
using Games.Common.IO;
using Games.Common.Randomness;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();