rano/web/lib/hello.js

4 lines
52 B
JavaScript

export function hello() {
console.log("hello");
}