HelloWorld/helloworld.py
2019-04-15 14:53:57 -05:00

4 lines
43 B
Python

#!/usr/bin/python3
print('Hello world!');