mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-17 02:23:23 +01:00
readme
This commit is contained in:
parent
a7472867a4
commit
e47fd7e331
9
2021/01/README.md
Normal file
9
2021/01/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# 01
|
||||
|
||||
<details>
|
||||
<summary>Solutions</summary>
|
||||
<ol>
|
||||
<li>1709</li>
|
||||
<li>1761</li>
|
||||
</ol>
|
||||
</details>
|
@ -1,6 +0,0 @@
|
||||
|
||||
|
||||
# 1
|
||||
with open('./input.txt', 'r') as f:
|
||||
for line in f.readlines():
|
||||
print(line.strip())
|
Loading…
Reference in New Issue
Block a user