mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-11 22:51:35 -07:00
completed csharp version
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace ThreeDTicTacToe
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
new Qubic().Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user