Hello, World
Jan 1, 2024
Hello, World! š
Welcome to my blog! Iām a developer who loves to write about programming, technology, and life.
I hope you enjoy reading my posts as much as I enjoy writing them.
function greet(name: string) {
console.log(`Hey ${name}! š`)
}