2hoarder/main.py
2025-03-12 20:24:46 +01:00

6 lines
86 B
Python

def main():
print("Hello from 2hoarder!")
if __name__ == "__main__":
main()