5 lines
76 B
Python
5 lines
76 B
Python
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
print("Hello world!")
|