Toby's Ramblings and Ruminations

Applying Quantitative Easing to the field of knowledge


2023-03-01

Hello world

I’m testing out GitHub Pages, which you already know since you’re reading this.

Anyway, this should be formatted as JavaScript.

function msg(n) {
console.log(`hello ${n}!`);
}

msg('world');

Fingers crossed.