xrsh-com/com/isoterminal/mnt/profile.js

7 lines
91 B
JavaScript
Raw Normal View History

2024-09-06 10:30:24 +02:00
#!/bin/js
window.helloworld = function(){
alert("hello world")
2024-09-05 19:09:40 +02:00
return "hello world"
}