Beispiel #1
0
 public void PrintPop()
 {
     Console.WriteLine("Printing Population: ");
     Console.WriteLine(PopulationManager.PrintState());
 }