#include <iostream>
using namespace std;
const char* function(const char* text) {
return "Hello world!";
}
int main() {
cout << function("Hello world!");
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKY29uc3QgY2hhciogZnVuY3Rpb24oY29uc3QgY2hhciogdGV4dCkgewoJcmV0dXJuICJIZWxsbyB3b3JsZCEiOwp9CgppbnQgbWFpbigpIHsKCWNvdXQgPDwgZnVuY3Rpb24oIkhlbGxvIHdvcmxkISIpOwoJcmV0dXJuIDA7Cn0=