This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
RT-Thread-packages
/
micropython
oglindă de
https://github-proxy.rt-thread.io/RT-Thread-packages/micropython.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
d1c6924058
Ramuri
Etichete
5.0
fix_rthw
master
official
1.13.0
1.12.0
1.10.4
1.10.3
1.10.2
1.10.1
1.10
micropython
/
examples
/
main.py
main.py
99 B
Istoric
Crud
1
2
3
4
5
6
def main():
print("Welcome to RT-Thread MicroPython!")
if __name__ == '__main__':
main()