Пример #1
0
 public static void main(String[] args) {
   DuckSimulator simulator = new DuckSimulator();
   simulator.simulate();
 }