public class exo2{ public static void main(String[] args) { for(String i : args){ System.out.println("Bonjour " + i); } } }