]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - src/hello/hello.py
simplest program: print hello world
[user/henk/code/python/learn_python.git] / src / hello / hello.py
1 #!env python3
2
3 print('Hello World')