logic-mashroom-simulator

$ python3 main.py

10000 回試行

$ python3 main.py 10000 > result.txt

集計

$ cat result.txt | sort | uniq -c | sort -nr | head