Hello, World

console.log('Hello, world!');

Today I'm setting up a proper website, and launching a blog. If you're a software developer, or you have ever dabbled in programming, you're probably familiar with the Hello, World program. The idea is that to start learning any programming language, you first start with the simplest possible program: One that prints "Hello, world!", then exits.

Seems like the right thing to do for a blog post as well. So, without further ado:

Hello, world!