roger.
← Blog

Hello World

Welcome. This is the first post — mainly a pipeline smoke test.

Code example

const greet = (name: string) => `Hello, ${name}!`;
console.log(greet("world"));

That's it for now.