1
0
mirror of https://gitee.com/Lyon1998/pikapython.git synced 2025-03-12 18:02:40 +08:00
2022-02-22 17:00:38 +08:00

8 lines
110 B
Python

import PikaStdLib
print('hello PikaScript!')
mem = PikaStdLib.MemChecker()
print('mem used max:')
mem.max()