#include int main(int argc, char const *argv[]) { std::cout << "hello world." << std::endl; return 0; }