Skip to content

Instantly share code, notes, and snippets.

@heim
Created December 16, 2010 09:43
Show Gist options
  • Save heim/743239 to your computer and use it in GitHub Desktop.
Save heim/743239 to your computer and use it in GitHub Desktop.
class HelloWord {
void helloWord() {
System.out.println("Hello Word");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment