C++: Lab 1
17 Jan 2005 @22:22
//Name: Andrew Ferguson
//Date: 1/17/2005
//Purpose: To see if I can get this work!
#include <iostream.h>
void main()
{
cout << "Hello\n";
cout << "Goodbye\n";
}
//Name: Andrew Ferguson
//Date: 1/17/2005
//Purpose: To see if I can get this work!
#include <iostream.h>
void main()
{
cout << "Hello\n";
cout << "Goodbye\n";
}
Recent Comments