Welcome
Updated October 6, 2023
Welcome
Hello friends! This is going to be my blog eventually.
This blog was made using MDsveX!
// This code was highlighted using Shiki (https://github.com/shikijs/shiki)
function greet(name: string) {
console.log(`Hey ${name}! 👋`);
}