#include int main(int argc, char** argv) { std::cout << "Hello World!" << std::endl; int x = 6; std::cout << "I am " << x << std::endl; return 0; }