Monte-Carlo simulation to determine approximate chances of elimination for athletes in point-based series.
Building is just like any other Rust project. Run cargo run --release in the root of the repository. The build will be outputted in the target directory.
Run the executable in the same directory as the data directory. The data directory should have the athletes.toml file contained within. The athletes.toml file contains instructions on what each field means. Edit this file with your required values and run the executable.