chuckGPT / helloworld.py
sigewinne's picture
Create helloworld.py
8980b03 verified
raw
history blame
83 Bytes
def main():
print("Hello World")
if (__name__ == "__main__"):
main()