Comment on Java Puzzle: Square RootComments−wisesascha13yis using the ASM library not a legitimate way or would that violate the rules in some way?−mtpettyp13yI read "Solve the problem in a single separate .java file which compiles and runs with JDK 6 or 7." to mean that the entire solution has to be in one Java file.
Comments
is using the ASM library not a legitimate way or would that violate the rules in some way?
I read "Solve the problem in a single separate .java file which compiles and runs with JDK 6 or 7." to mean that the entire solution has to be in one Java file.