Primer post
Published at Aug 26, 2023
Primer post! 👋
Innauguración del primer post del blog creado con Sveltekit
function helloBlog(name: string) {
console.log(`Hey ${name}! 👋`);
}
let name = "vouneo";
helloBlog(name);
Published at Aug 26, 2023
Primer post! 👋
Innauguración del primer post del blog creado con Sveltekit
function helloBlog(name: string) {
console.log(`Hey ${name}! 👋`);
}
let name = "vouneo";
helloBlog(name);