#include "header.h" int main() { //calls the menu function menu(); return 0; }