1. public static void print (String[s] args){
  2.         System.out.println(s);
  3.     }
  4.  
  5. // At the first line "s" causes errors