#include <iostream>
#include "test.hpp"
using namespace std;
int main(){
cout<<"I'm main"<<endl;
test();
return 0;
}