t6
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
phil 2025-06-20 19:21:15 +02:00
parent 8aaa584835
commit f5638a37a1
5 changed files with 46 additions and 0 deletions

View file

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