mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
11 lines
151 B
C#
11 lines
151 B
C#
namespace ThreeDTicTacToe
|
|
{
|
|
class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
new Qubic().Run();
|
|
}
|
|
}
|
|
}
|