Second post

Published at May 10, 2025

Hello from the second post!

Hey world! 👋 This is the second post!

And here there is also some code:

function greet(name: string) {
    console.log(`Hey ${name}! 👋`)
}