This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Home
/
codewars
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
63b8ad53b5
Branches
Tags
master
codewars
/
python_net
/
aioarp
/
main.py
main.py
84 B
Historique
Raw
1
2
3
4
5
6
def main():
print("Hello from aioarp!")
if __name__ == "__main__":
main()