We can only run 1 exercise (not both) in a single run
This commit is contained in:
@@ -92,8 +92,7 @@ int main(int ac, char **av)
|
||||
if (exercise == 1) {
|
||||
res = ex1();
|
||||
printf ("%s : res=%d\n", *av, res);
|
||||
}
|
||||
if (exercise == 2) {
|
||||
} else {
|
||||
res = ex2();
|
||||
printf ("%s : res=%d\n", *av, res);
|
||||
}
|
||||
|
Reference in New Issue
Block a user