app/main.py
2026-01-18 16:11:50 -06:00

6 lines
83 B
Python

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