add template bsp

This commit is contained in:
lyon 2022-02-09 04:22:40 +08:00
parent 523ed0f14f
commit 784b0786b1
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import PikaStdLib
print('hello PikaScript!')
mem = PikaStdLib.MemChecker()
print('mem used max:')
mem.max()

Binary file not shown.

View File

@ -0,0 +1,2 @@
pikascript-core==lts2021
PikaStdLib==lts2021