Add read file function
This commit is contained in:
parent
436d5bb6d6
commit
366dd9de1b
BIN
tests/work1
BIN
tests/work1
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user