4 lines
61 B
Python
Executable File
4 lines
61 B
Python
Executable File
#!/usr/bin/python
|
|
import sys
|
|
sys.stdout.write("hello world")
|