Poul-Henning Kamp wrote:
> 
> I think you guys should write a short-and-to-the-point application
> and send it to the core team.

Feel free to copy mine, and send it to the core team...

/* A short and sweet application */
int
main()
{
        write( 1, "Hello World!\n", 13);
        return( 0);
}

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to