@@ -0,0 +1,6 @@
+
+def main():
+ print("Welcome to RT-Thread MicroPython!")
+if __name__ == '__main__':
+ main()