The Wizard's Spell Book.

public class Main {

  public static void main(String args[]) {
    System.out.println("Hello World!");
  }
}

Phew where do we start?

Okay so, firstly we have public class Main

public

< Last

.:Hello World!:.

Next >
Anon: "Spaghetti? Again?"