Easy one today. And on the first day I switched to python
This commit is contained in:
7
day_15/test.py
Normal file
7
day_15/test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import part1
|
||||
import part2
|
||||
|
||||
part1.test("HASH", 52)
|
||||
part1.test("rn=1,cm-,qp=3,cm=2,qp-,pc=4,ot=9,ab=5,pc-,pc=6,ot=7", 1320)
|
||||
|
||||
part2.test("rn=1,cm-,qp=3,cm=2,qp-,pc=4,ot=9,ab=5,pc-,pc=6,ot=7", 145)
|
||||
Reference in New Issue
Block a user