Welcome. This is the first post — mainly a pipeline smoke test.
const greet = (name: string) => `Hello, ${name}!`; console.log(greet("world"));
That's it for now.