This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Home
/
codewars
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f93e008701
Ramuri
Etichete
master
codewars
/
python_net
/
aioarp
/
main.py
main.py
84 B
Istoric
Crud
1
2
3
4
5
6
def main():
print("Hello from aioarp!")
if __name__ == "__main__":
main()