5 lines
83 B
Python
Executable File
5 lines
83 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
if __name__ == '__main__':
|
|
print('I should be executable.')
|