3 lines
61 B
Python
3 lines
61 B
Python
|
#!/usr/bin/env python3
|
||
|
print("Hello World, I'm back ! 😄")
|