mirror of https://github.com/xfarrow/lasd.git
17 lines
383 B
C++
17 lines
383 B
C++
|
|
||
|
#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;
|
||
|
}
|