adding file test

This commit is contained in:
XArcher 2020-02-11 09:42:07 +08:00
parent 00d1c715e7
commit 3b42836d1b
1 changed files with 5 additions and 0 deletions

5
hello.py Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/python3
import sys
print(sys.version)
print("Hello, World!")