8 lines
110 B
Python

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