package helloworld;
public class Helloworld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
document.body.appendChild(document.createTextNode('Hello World!'));
public class HelloWorldClass {
public static void main(String[] args)
{
System.out.println("Hello world!");
}
}