Library 3

Added template
This commit is contained in:
Alessandro Ferro
2021-04-24 16:58:05 +02:00
parent d080cf6fcc
commit 31bf18d985
46 changed files with 4175 additions and 0 deletions

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;
}