diff --git a/tests/work1 b/tests/work1 index 671a8f3..1ef69dd 100755 Binary files a/tests/work1 and b/tests/work1 differ diff --git a/tests/work1.c b/tests/work1.c index 52b74d7..bbb2773 100644 --- a/tests/work1.c +++ b/tests/work1.c @@ -56,6 +56,8 @@ int main() printf("Course name: %s \n", first->course_info.course_name); printf("Course of units: %d", first->course_info.no_of_units); + read_file(); + return 0; }