Library 3

cleaner code
This commit is contained in:
Alessandro Ferro
2021-05-05 22:37:45 +02:00
parent 2b6dcf6700
commit 8e56f33808
8 changed files with 138 additions and 271 deletions

View File

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