mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 16:20:18 -08:00
completed csharp version
This commit is contained in:
10
88_3-D_Tic-Tac-Toe/csharp/Program.cs
Normal file
10
88_3-D_Tic-Tac-Toe/csharp/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ThreeDTicTacToe
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
new Qubic().Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user