added rest of the code

This commit is contained in:
Peter Hudec
2016-08-08 07:32:56 +02:00
parent 6e366d7ade
commit a9ceb0715a
26 changed files with 1244 additions and 0 deletions

9
21/readme Normal file
View File

@ -0,0 +1,9 @@
## part1
python part1.py | sort -n | head -1
## part2
There must be at least one weapon
python part2.py | sort -nr | head -1