update main.py in text editor in win10

This commit is contained in:
lyon 2022-02-12 00:31:41 +08:00
parent 87a96b23d0
commit a0fea8a35c

View File

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