mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-17 20:50:37 +01:00
17 lines
427 B
C++
17 lines
427 B
C++
|
|
// #include "zlasdtest/test.hpp"
|
|
//
|
|
// #include "zmytest/test.hpp"
|
|
#include "container/container.hpp"
|
|
/* ************************************************************************** */
|
|
|
|
#include <iostream>
|
|
|
|
/* ************************************************************************** */
|
|
|
|
int main() {
|
|
std::cout << "Lasd Libraries 2020" << std::endl;
|
|
//lasdtest(); // To call in the menu of your library test!
|
|
return 0;
|
|
}
|