Hello world!
by thomaslsimpson
The WordPress site put this post here by default when it set things up. The “Hello World” phrase for the first output of a thing has a deep tradition in computer science.
It is generally attributed Brian Kernighan (who created the C programming language along with Dennis Richie) and the original looked something like:
main( ) { printf("hello, world"); }