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

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