HelloWorld/helloworld.py

4 lines
45 B
Python

#!/usr/bin/python3
print('Hello World!\n');