"P4A/src/git@git.unistra.fr:jdubocage/P4a.git" did not exist on "236b0c3930a1e9c89397f4504cdecee987eae134"
Newer
Older
package p4a;
public class MainTableauPersoAdd {
public static void main(String[] args) {
int nbOperation = Integer.parseInt(args[0]);
TableauPerso tab = new TableauPerso(nbOperation);
for (int i = 0; i < nbOperation; i++) {