Add read file and menu function and only struct

This commit is contained in:
Sambo Chea 2020-07-31 21:35:47 +07:00
parent 1ee2386f7c
commit 5724110cbb

View File

@ -50,4 +50,12 @@ int main()
return 0;
}
}
void read_file() {
// read the file here...
}
void menu() {
// do something here...
}