Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 00:52:44 -0700
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        tlambert2@mindspring.com
Cc:        Poul-Henning Kamp <phk@critter.freebsd.dk>, Doug Denault <doug@safeport.com>, Greg Lehey <grog@FreeBSD.ORG>, developers@FreeBSD.ORG, FreeBSD Stable Users <freebsd-stable@FreeBSD.ORG>, FreeBSD current users <FreeBSD-current@FreeBSD.ORG>
Subject:   Re: The FreeBSD core team needs your help
Message-ID:  <20010608005244.A49768@johncoop>
In-Reply-To: <3B208329.2E2BFF2B@mindspring.com>; from tlambert2@mindspring.com on Fri, Jun 08, 2001 at 00:47:53 -0700
References:  <50104.991592939@critter> <3B208329.2E2BFF2B@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2001.06.08 00:47 Terry Lambert wrote:
> 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
> 

I prefer:

with Ada.Text_IO;	use Ada.Text_IO;

procedure Short_Application is
begin
   Put_Line ("Hello World!");
end Short_Application;

although I can handle other dialects too . . . :)

jmc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010608005244.A49768>