micropython: add micropython component
This commit is contained in:
9
components/language/micropython/tests/jni/system_out.py
Normal file
9
components/language/micropython/tests/jni/system_out.py
Normal file
@@ -0,0 +1,9 @@
|
||||
try:
|
||||
import jni
|
||||
|
||||
System = jni.cls("java/lang/System")
|
||||
except:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
System.out.println("Hello, Java!")
|
Reference in New Issue
Block a user