Solution to hw00a

Posted on: Tue, 05/18/2010 - 15:20 By: dae
#include #include

using namespace std;

int main(int argc, char *argv[]) { printf("Hello, CP!\n"); return EXIT_SUCCESS; }