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