mrlyprod/pkgs/js/mrlyjs/index.jsRaw · GitHub index.js54 B · javascript · 3 lines 1export function hello() {2 return "Hello, World!";3}