Hello, World
·
#meta
This is the first post. Here’s some code to prove syntax highlighting works:
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
And an inline code snippet: const x = 42;.
“The only way to do great work is to love what you do.”
More to come.