This website requires JavaScript.
Explore
Help
Sign In
Dyomedea
/
ramblings
Watch
1
Star
0
Fork
You've already forked ramblings
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d711a5851d
ramblings
/
oxygen
/
js-debugger-include
/
hello.js
3 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
First implementation of the include() function
2021-04-25 09:58:26 +00:00
hello
=
function
(
)
{
Packages
.
java
.
lang
.
System
.
out
.
println
(
"Hello world."
)
;
}