Testing.

Test source code.

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

import sys

print 'Hello World'

Test file(image)

rengou