mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-09-01 13:00:39 +00:00
readme
This commit is contained in:
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())
|
Reference in New Issue
Block a user