3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
|
hello = function (){
|
||
|
Packages.java.lang.System.out.println("Hello world.");
|
||
|
}
|