5 lines
73 B
Python
5 lines
73 B
Python
#!/usr/bin/python
|
|
# -*- coding: something-else -*-
|
|
|
|
print('Hello world')
|