linting & moved to community

This commit is contained in:
Shannon Sands 2025-05-27 12:52:37 +10:00
parent 7b194642b3
commit 46892c7bdc
11 changed files with 135 additions and 47 deletions

View file

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