1
0
Fork 0

porting over AOC from previous years to a monorepo.

This commit is contained in:
Gabe Venberg 2026-04-16 14:45:29 +02:00
commit 84c4cf9991
194 changed files with 30104 additions and 0 deletions

6
2020/main.py Normal file
View file

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