Skip to content
Snippets Groups Projects
Commit e0bff987 authored by a2-stratford's avatar a2-stratford
Browse files

Fixes and testing changes

line 11: Uncommenting return code for exit
line 13: Editing return value for echo to test exit
parent 357c7a69
Branches
No related tags found
2 merge requests!22Merge Feature/system calls,!7Implemented the close system call
...@@ -10,5 +10,5 @@ main (int argc, char **argv) ...@@ -10,5 +10,5 @@ main (int argc, char **argv)
printf ("%s ", argv[i]); printf ("%s ", argv[i]);
printf ("\n"); printf ("\n");
return EXIT_SUCCESS; return 5;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment