mirror of https://github.com/xfarrow/lasd.git
6 lines
91 B
C++
6 lines
91 B
C++
|
#include <iostream>
|
||
|
#include "test.hpp"
|
||
|
void test(){
|
||
|
std::cout<<"I'm test"<<std::endl;
|
||
|
}
|