Hello


1
2
3
4
5
6
#!python
# -*- coding: utf-8 -*- #
#!/usr/bin/env python3

if __name__ == '__main__':
	print('Hello, word!')
test  hello