Files
micropython/tests/cmdline/repl_basic.py
T
2016-10-11 12:30:32 +11:00

5 lines
34 B
Python

# basic REPL tests
print(1)

2