// Lab 0 // Matthew Strapp // 2018-01-23 // // This program displays a message to the screen #include using namespace std; int main() { cout << "Hello!" << endl; return 0; }