removes placeholder index.ts

This commit is contained in:
albert
2025-07-28 23:05:01 +02:00
parent ab95174bf6
commit b787c7dc22

View File

@ -1,7 +0,0 @@
const helloFn = (name: string): string => {
return `Hola ${name}`
};
console.log(helloFn("Mundo"));