// outputs greeting // Mikhail Nesterenko // 8/25/13 #include using std::cout; using std::endl; int main(){ cout << "Hello world!" << endl; }