first commit
This commit is contained in:
commit
31bda4481f
37 changed files with 4645 additions and 0 deletions
6
2015/eight/solution.py
Normal file
6
2015/eight/solution.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import sys
|
||||
|
||||
with open("./input", "r") as file:
|
||||
strings = file.read().split("\n")
|
||||
|
||||
x = 0
|
Loading…
Add table
Add a link
Reference in a new issue