This commit is contained in:
cupcakearmy 2021-12-01 14:54:53 +01:00
parent 5b3454705d
commit a2b096b315
2 changed files with 9 additions and 6 deletions

9
2021/01/README.md Normal file
View File

@ -0,0 +1,9 @@
# 01
<details>
<summary>Solutions</summary>
<ol>
<li>1709</li>
<li>1761</li>
</ol>
</details>

View File

@ -1,6 +0,0 @@
# 1
with open('./input.txt', 'r') as f:
for line in f.readlines():
print(line.strip())