9 lines
110 B
C++
9 lines
110 B
C++
#include <iostream>
|
|
#include "test.hpp"
|
|
|
|
using namespace std;
|
|
|
|
int main(void) {
|
|
cout << getStr() << endl;
|
|
}
|