Skip to content

Instantly share code, notes, and snippets.

@narita1980
Created June 21, 2012 01:04
Show Gist options
  • Save narita1980/2963263 to your computer and use it in GitHub Desktop.
Save narita1980/2963263 to your computer and use it in GitHub Desktop.
TodaSpec用サンプルソース
public class HelloWorld {
public static void main(String args[]) {
new HelloWorld().getMessage();
}
public void getMessage(){
System.out.println("HelloWorld!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment