Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created September 22, 2009 10:07
Show Gist options
  • Save Wilfred/190965 to your computer and use it in GitHub Desktop.
Save Wilfred/190965 to your computer and use it in GitHub Desktop.
public class Hello {
public static void main(String[] args) {
System.out.printf("Hello World!%n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment