Skip to content

Instantly share code, notes, and snippets.

@gyopak
Created July 8, 2017 07:43
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 gyopak/956e2ecb189596c7cd267fcee4557504 to your computer and use it in GitHub Desktop.
Save gyopak/956e2ecb189596c7cd267fcee4557504 to your computer and use it in GitHub Desktop.
magic object
import java.util.List;
public class Magic {
public static void main(String[] args){
}
public boolean isItTheSame(int[] a, int[] b){
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment