Library 2

Added template
This commit is contained in:
Alessandro Ferro
2021-04-10 13:34:50 +02:00
parent d68ff24f42
commit 2941c1d298
36 changed files with 2799 additions and 0 deletions

16
librerie/exercise2/main.cpp Executable file
View File

@ -0,0 +1,16 @@
#include "zlasdtest/test.hpp"
#include "zmytest/test.hpp"
/* ************************************************************************** */
#include <iostream>
/* ************************************************************************** */
int main() {
std::cout << "Lasd Libraries 2020" << std::endl;
lasdtest(); // To call in the menu of your library test!
return 0;
}