Add read file and menu function and only struct
This commit is contained in:
parent
1ee2386f7c
commit
5724110cbb
@ -50,4 +50,12 @@ int main()
|
|||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void read_file() {
|
||||||
|
// read the file here...
|
||||||
|
}
|
||||||
|
|
||||||
|
void menu() {
|
||||||
|
// do something here...
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user