HelloWorld/helloworld.py

4 lines
43 B
Python

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