Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir committed Nov 25, 2024
1 parent 72e2aa7 commit b577dcc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Binary file modified assignment
Binary file not shown.
2 changes: 1 addition & 1 deletion assignment.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int is_positive_integer(const char *str) {

int main(int argc, char *argv[]) {
if (argc != 3) {
printf("Incorrect usage. You provided %d argument%s. The correct number of arguments is 2\n", argc - 1, (argc - 1 == 1) ? "" : "s");
printf("Incorrect usage. You provided %d arguments. The correct number of arguments is 2\n", argc - 1);
return 1;
}

Expand Down
5 changes: 0 additions & 5 deletions matrix.txt

This file was deleted.

Binary file removed test
Binary file not shown.

0 comments on commit b577dcc

Please sign in to comment.