This application simulates a full soccer league season N times (N is a variable) and prints out the results and show the probability of each team to win the season. Implemented multi-threading but not performance optimized.
execute ./compile.sh
and ./run.sh
in project root directory (Might need to add executable permission)
execute ./compile.bat
and ./run.bat
in project root directory.