4 lines
68 B
Python
4 lines
68 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
print 'Hello, world!'
|