mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Add progam logic
This commit is contained in:
4
32_Diamond/csharp/Program.cs
Normal file
4
32_Diamond/csharp/Program.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
global using Games.Common.IO;
|
||||
using Diamond;
|
||||
|
||||
new Pattern(new ConsoleIO()).Draw();
|
||||
Reference in New Issue
Block a user