moved the doc sources in folder rstdocs
[pylit.git] / rstdocs / tutorial / hello_2.py
blobee3671f8e786b023d6ae9da072ead7ce8f87c398
1 # The classical programming example in Python_
2 #
3 # ::
5 print "Hello world."
7 # It's easy, isn't it?
8 #
9 # .. _Python: www.python.org