Skip to content

Commit

Permalink
增加show
Browse files Browse the repository at this point in the history
  • Loading branch information
llohellohe authored and 杨期(028611) committed May 3, 2014
1 parent a82ce06 commit 11ca015
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/java/yangqi/code/Show.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package yangqi.code;

/**
* Created by yangqi on 5/1/14.
*/
public class Show {
public boolean show(){
return true;
}

public static void main(String[] args) {
Show show=new Show();
show.show();
}
}

0 comments on commit 11ca015

Please sign in to comment.