Skip to content
Snippets Groups Projects
Verified Commit f2a97e3d authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added return early

parent 8a3d0f42
Branches
No related tags found
No related merge requests found
Pipeline #26913 passed
......@@ -44,6 +44,7 @@ int main(int argc, char **argv) {
break;
default:
printf("Choice non available\n");
return EXIT_FAILURE;
break;
}
print(size, res);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment