Library 3

added menu
This commit is contained in:
Alessandro Ferro
2021-05-07 12:24:13 +02:00
parent b36cac388f
commit c32e658308
3 changed files with 474 additions and 21 deletions

View File

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