This commit is contained in:
Olivier D'Ancona 2025-05-18 12:48:21 -07:00
parent 89fad09688
commit f052f14484
4 changed files with 19 additions and 0 deletions

View file

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