Starting 2015-12-02
This commit is contained in:
parent
9b06a60ac7
commit
51cfce62e2
1000
2015/day2/input
Normal file
1000
2015/day2/input
Normal file
File diff suppressed because it is too large
Load Diff
13
2015/day2/part1.py
Normal file
13
2015/day2/part1.py
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/python3
|
||||
|
||||
import sys
|
||||
from pprint import pprint
|
||||
|
||||
input_f = sys.argv[1]
|
||||
|
||||
result = 0
|
||||
|
||||
with open(input_f) as file:
|
||||
for line in file:
|
||||
tmp = line.split(x)
|
||||
print(tmp)
|
2
2015/day2/test
Normal file
2
2015/day2/test
Normal file
@ -0,0 +1,2 @@
|
||||
2x3x4
|
||||
1x1x10
|
Loading…
Reference in New Issue
Block a user