We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0b767f + 6adf70e commit 0d11f87Copy full SHA for 0d11f87
examples/main.py
@@ -0,0 +1,6 @@
1
+
2
+def main():
3
+ print("Welcome to RT-Thread MicroPython!")
4
5
+if __name__ == '__main__':
6
+ main()
0 commit comments