// // Created by jim on 4/4/17. // #include #include using namespace std; int main() { std::cout << "Hello world!"; return 0; }