Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created July 16, 2010 04:14
Show Gist options
  • Save ujihisa/477914 to your computer and use it in GitHub Desktop.
Save ujihisa/477914 to your computer and use it in GitHub Desktop.
Blogger.vim Thu Jul 15 21:14:49 -0700 2010
class MrJava {
public MrJava() {
}
void hi(String name) {
System.out.println("Good afternoon " + name + ", how are you?");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment