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