I have a method like this:
int find_min(int[]){ //Do Something }
I have to call like this:
int distance = find_min({1,2,3}); <