public class Main { public static void main (String[] args) { for (String s: args) { System.out.print("This is just an example..."); } } }