In software development, it’s something of a tradition to write a “hello, world” program when learning a new programming language.[1] It’s often just a simple program that prints the words “Hello, world” on the computer screen, to prove it can be done. Getting this proof of concept to run, can tell us multiple things: the programming environment is set up correctly, the program source code is correct, and the steps to run the program from the source code are effective. It can also be a confidence builder as well as fun. But the general concept of it is far more than any of that.
Continue reading “Hello, World”Hello, World
“…hundreds of millions of years.”