namespace ThreeDTicTacToe { class Program { static void Main() { new Qubic().Run(); } } }