10 lines
137 B
Plaintext
Raw Normal View History

2016-08-08 07:32:56 +02:00
## part1
python part1.py | sort -n | head -1
## part2
There must be at least one weapon
python part2.py | sort -nr | head -1