12345678
#include "stdafx.h" #include <iostream> int main() { std::cout << "Hello world!" << std::endl; return 0; }