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

5 lines
80 B
JavaScript
Raw Normal View History

window.helloworld = function(){
alert("hello world")
2024-09-05 19:09:40 +02:00
return "hello world"
}