feat: day 1 completed

This commit is contained in:
2024-12-01 13:24:01 +01:00
commit b318e1cdfd
9 changed files with 1124 additions and 0 deletions

6
hello.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from aoc-2024!")
if __name__ == "__main__":
main()