hyperpop.js/index.ts

4 lines
73 B
TypeScript
Raw Normal View History

2021-09-22 22:32:17 +00:00
export function prueba() {
console.log("¡Hola desde hyperpop.js!");
}