mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
5 lines
83 B
C#
5 lines
83 B
C#
global using Games.Common.IO;
|
|
using Diamond;
|
|
|
|
new Pattern(new ConsoleIO()).Draw();
|