コード例 #1
0
ファイル: Program.cs プロジェクト: mind0n/hive
		static void Main(string[] args)
		{
			TestQueue t = new TestQueue();
			t.Start();
			t.Run(10, false);
			t.LookRight();
			Console.ReadKey();
		}