This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
noah
/
texdiary
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f3a86973b8
Ramuri
Etichete
master
texdiary
/
vortrag
/
blueTemplate
/
code
/
main.py
main.py
82 B
Istoric
Crud
1
2
3
4
5
def main():
print("Hello World!")
if __name__ == '__main__':
main()