swydd/hello.py

6 lines
83 B
Python

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