Alessandro Ferro 2e5192afe6 Initial commit
2021-03-18 21:54:45 +01:00

6 lines
91 B
C++
Executable File

#include <iostream>
#include "test.hpp"
void test(){
std::cout<<"I'm test"<<std::endl;
}