5 lines
68 B
Python
5 lines
68 B
Python
#!/usr/bin/python
|
|
|
|
if __name__ == '__main__':
|
|
print "hello world"
|