A hello world program, in most cases, is the first program of newbies. As a newbie of blog, I am happy to begin my site with this hello world article, and a short piece of hello world program in Python3:
1 2 | if __name__ == "__main__": print("hello, world") |
If you want more, there are “hello, world”s in 441 programming languages and 64 human languages here.
Enjoy it!