Files
hello-world/p/python3.py
Moonkwanghyun 99ce47ca48 update python3.py shebang line
update python3.py shebang line
2018-09-20 13:52:04 +09:00

3 lines
44 B
Python

#!/usr/bin/env python3
print("Hello World")