First post

First post

Published at Apr 14, 2023

website

Markdown

Hey friends! 👋

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