

#include <iostream>

/* This is not header */

int main() {
    std::cout << "Hello World!";
    return 0;
}