将 .py 和 .pyi 后缀名改为了 .vp 和 .vpi 后缀名
This commit is contained in:
5
includes/hello.vp
Normal file
5
includes/hello.vp
Normal file
@@ -0,0 +1,5 @@
|
||||
import stdio
|
||||
|
||||
|
||||
def helloworld():
|
||||
stdio.printf("Hello, world!\n")
|
||||
Reference in New Issue
Block a user