micropython: add micropython component
This commit is contained in:
4
components/language/micropython/tests/basics/0prelim.py
Normal file
4
components/language/micropython/tests/basics/0prelim.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# all tests need print to work! make sure it does work
|
||||
|
||||
print(1)
|
||||
print('abc')
|
Reference in New Issue
Block a user