
//
// File:    nooutput.cpp
// Purpose: exits with no output
// Author:  pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
//
// $Id: hello.cpp 1632 2008-11-05 03:11:35Z laned $
//

using namespace std;

main()
{
}

// eof 
