Skip to content

Instantly share code, notes, and snippets.

@Shinya-T
Created June 17, 2014 08:14
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 Shinya-T/60de95763ece216f6c97 to your computer and use it in GitHub Desktop.
Save Shinya-T/60de95763ece216f6c97 to your computer and use it in GitHub Desktop.
Test.java
public class Test {
public static void main(String[] args) {
Calc c = new Calc();
c.calc(任意の数字, 0);
System.out.println(c.cnt);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment