Files
comicverse/assets/javascript/hello.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-10-13 20:18:25 -03:00
/**
* Says hello!
*/
export function hello() {
console.log('hello world');
}