Skip to content

Commit d364342

Browse files
authored
Update main (1).c
1 parent 1848521 commit d364342

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main (1).c

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* COP 3502C Programming Assignment 3
2-
This program is written by: Hong Thy Nguyen */
31

42
#include <stdio.h>
53
#include <stdlib.h>
@@ -734,4 +732,4 @@ int main() {
734732
fclose(fptr);
735733

736734
return 0;
737-
}
735+
}

0 commit comments

Comments
 (0)