lasd/librerie/exercise2/main.cpp
Alessandro Ferro 2941c1d298 Library 2
Added template
2021-04-10 13:34:50 +02:00

17 lines
383 B
C++
Executable File

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