Example #1
0
        private static void Main(string[] args)
        {
            var hive = new Hive(2, 5, 10);

            hive.CreateAnts();
            hive.LiveNewLife(100);
        }