Implement god mode
[troll.git] / src / test / java / Player1.java
index bc78cb2..59cbc61 100644 (file)
@@ -9,13 +9,14 @@ public class Player1 {
 
         int roadLength = in.nextInt();
         int initialStones = in.nextInt();
+        in.nextLine();
 
         while (true) {
             int trollDistance = in.nextInt();
             int stones = in.nextInt();
             int opponentStones = in.nextInt();
            
-            System.out.println(1);
+            System.out.println("1 truc");
         }
     }
 }