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