Skip to content

Commit 6adf70e

Browse files
committed
【添加】main.py
1 parent e0b767f commit 6adf70e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)