9 lines
113 B
Plaintext
Raw Normal View History

2018-03-29 21:26:53 -04:00
while (1) {
2018-04-08 17:29:30 -04:00
print("Free mem: ")
print(freemem())
2018-03-29 21:26:53 -04:00
print("\n")
2018-04-08 17:29:30 -04:00
choice = filemenu()
program(choice)
2018-04-19 13:14:39 -04:00
clear()
2018-03-29 21:26:53 -04:00
}