import java.io.*; class Salutare{ public static void main(String[ ] arg) { System.out.println("Te salut, "+arg[0]+" "+arg[1]); } }