/helloworld

CSCI 127 Project #2: Hello World

helloworld

CSCI 127 Project #2: Hello World #include using namespace std;

int main () { cout << "Hello World!" << endl;

return 0;

}