#include <iostream>
struct HelloWorld {
void operator()() const
{
std::cout << "hello world\n";
}
};
int main()
{
HelloWorld{}();
}
I2luY2x1ZGUgPGlvc3RyZWFtPgoKc3RydWN0IEhlbGxvV29ybGQgewogICAgdm9pZCBvcGVyYXRvcigpKCkgY29uc3QKICAgIHsKICAgICAgICBzdGQ6OmNvdXQgPDwgImhlbGxvIHdvcmxkXG4iOwogICAgfQp9OwoKaW50IG1haW4oKSAKewogICAgSGVsbG9Xb3JsZHt9KCk7Cn0K