Skip to content

Instantly share code, notes, and snippets.

@ron623
Created February 6, 2015 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron623/62578a9e39f25775a004 to your computer and use it in GitHub Desktop.
Save ron623/62578a9e39f25775a004 to your computer and use it in GitHub Desktop.
GreetClass
package jarTest;
public class GreetClass {
public GreetClass() {
// TODO 自動生成されたコンストラクター・スタブ
}
public void Greet(){
System.out.println("Hello!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment