This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package nl.jariroossien.aoc; | |
import java.util.*; | |
public class Main { | |
private static final int ITERATIONS = 250; | |
private static final int PLAYER_COUNT = 50000; | |
public static void main(String[] args) { |