Update MP2

This commit is contained in:
2024-03-06 08:02:24 -06:00
parent 4177802aac
commit 92d6102039
65 changed files with 6481 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/cppFiles/file.h to edit this template
*/
/*
* File: main.h
* Author: caleb
*
* Created on March 5, 2024, 3:46 PM
*/
#ifndef MAIN_H
#define MAIN_H
std::string printMenu(int* selection);
#endif /* MAIN_H */