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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to