Hello world - mmarsz.uk

Hello world

published on 04/09/2026
meta

This is a placeholder post. Phase 3 will replace this with a real one.

const greet = (name: string) => `hello, ${name}`;
console.log(greet('world'));
Done Internet