Add read file function

This commit is contained in:
Sambo Chea 2020-07-31 21:56:43 +07:00
parent 436d5bb6d6
commit 366dd9de1b
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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;
}