Files
hello-world/hello.py
Sérgio Rafael Siqueira 2daab1fb5f
All checks were successful
deploy / deploy (push) Successful in 1m1s
update file
2025-04-14 23:00:27 -03:00

7 lines
83 B
Python

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