diff --git a/tests/work1 b/tests/work1 index ef6286b..671a8f3 100755 Binary files a/tests/work1 and b/tests/work1 differ diff --git a/tests/work1.c b/tests/work1.c index 6d4fe5d..52b74d7 100644 --- a/tests/work1.c +++ b/tests/work1.c @@ -55,7 +55,6 @@ int main() printf("Student id: %s \n", first->student_info.id); printf("Course name: %s \n", first->course_info.course_name); printf("Course of units: %d", first->course_info.no_of_units); - printf("%d", first->course_info.marks); return 0; }