You are on page 1of 1

public class test

public static void main(String[] args) {


//TODO Auto-generated mrthod stup
int somme=0;
somme= Integer.parseInt(args[0])+Integer.parseInt(args[1]);
System.out.println("Le resultat est :"+somme);
}
}

You might also like