8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
## part1
|
|
|
|
python part1.py | wc -l
|
|
|
|
## part2
|
|
|
|
python part2.py | sort | uniq -c
|