public static World AndThereBeLight() { World world = new World(); world.CreateWorld("--"); world.PlaceGerm(25, 25, "A"); return(world); }