From owner-freebsd-stable Fri Jun 8 0:53:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 99C7137B417; Fri, 8 Jun 2001 00:53:01 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from smtp.bmi.net (dsl-154.bmi.net [207.173.60.230]) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id AAA20930; Fri, 8 Jun 2001 00:52:42 -0700 Date: Fri, 8 Jun 2001 00:52:44 -0700 From: John Merryweather Cooper To: tlambert2@mindspring.com Cc: Poul-Henning Kamp , Doug Denault , Greg Lehey , developers@FreeBSD.ORG, FreeBSD Stable Users , FreeBSD current users Subject: Re: The FreeBSD core team needs your help Message-ID: <20010608005244.A49768@johncoop> References: <50104.991592939@critter> <3B208329.2E2BFF2B@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3B208329.2E2BFF2B@mindspring.com>; from tlambert2@mindspring.com on Fri, Jun 08, 2001 at 00:47:53 -0700 X-Mailer: Balsa 1.1.4 Lines: 31 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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-stable" in the body of the message