blob: a41204b7d1e6bfab24a8d9afc8ca27c9a6f378b6 [file] [log] [blame]
#include <iostream>
#include "test.hpp"
using namespace std;
int main(void) {
cout << getStr() << endl;
}