2025 lets goooo

This commit is contained in:
2025-12-01 11:42:09 +00:00
parent b95908d5fc
commit 841bdbcfd6
9 changed files with 235 additions and 137 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from advent-of-code!")
if __name__ == "__main__":
main()