update python3.py shebang line

update python3.py shebang line
This commit is contained in:
Moonkwanghyun
2018-09-20 13:52:04 +09:00
committed by GitHub
parent 48eb65bf27
commit 99ce47ca48

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env python
#!/usr/bin/env python3
print("Hello World")