mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-12-21 15:46:28 +00:00
readme
This commit is contained in:
parent
5b3454705d
commit
a2b096b315
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