#include "$irisdir/gl.h"

main ()
{
	ginit ();
	color (RED);
	clear ();
	gexit ();
}
