Add a side seed for @pb4. Cry before the in-IDE HTML rendering.
[troll.git] / src / test / java / PlayerRand.java
index a58d673..4dc9103 100644 (file)
@@ -15,6 +15,7 @@ public class PlayerRand {
 
         int roadLength = in.nextInt();
         int initialStones = in.nextInt();
+        in.nextLine();
 
         while (true) {
             int trollDistance = in.nextInt();