xrsh-com/com/isoterminal/mnt/profile.js
Leon van Kammen 658e113853
All checks were successful
/ mirror_to_github (push) Successful in 20s
/ test (push) Successful in 5s
disabled other menuitems
2024-09-06 08:30:24 +00:00

6 lines
91 B
JavaScript

#!/bin/js
window.helloworld = function(){
alert("hello world")
return "hello world"
}