Created
July 8, 2017 07:43
-
-
Save gyopak/956e2ecb189596c7cd267fcee4557504 to your computer and use it in GitHub Desktop.
magic object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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