/* (C) Copyright Rene Rivera, 2003. ** ** See accompanying license for terms and conditions of use. */ #include int main() { std::cout << "Hello!\n"; return 1; }