Library 4

added menu
This commit is contained in:
Alessandro Ferro
2021-05-17 11:51:00 +02:00
parent cafa032363
commit e0e8ae4481
4 changed files with 823 additions and 6 deletions

View File

@ -11,6 +11,6 @@ using namespace lasd;
int main() {
std::cout << "Lasd Libraries 2020" << std::endl;
lasdtest(); // To call in the menu of your library test!
menu();
return 0;
}