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