HelloWorld/helloworld.py

4 lines
45 B
Python
Raw Normal View History

2018-11-05 15:35:32 -06:00
#!/usr/bin/python3
print('Hello World!\n');