cs50/src6/1/hello0.py

4 lines
64 B
Python

# A program that says hello to the world
print("hello, world")