Files
scripts/games/ys/hello.py

7 lines
80 B
Python

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