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.
1 parent e0b767f commit 6adf70eCopy full SHA for 6adf70e
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