/* * Copyright © 1997-2001 Metrowerks Corporation. All Rights Reserved. * * Questions and comments to: * * */ #include int main() { using namespace std; cout << "Hello World, this is CodeWarrior!" << endl; return 0; }