Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 08:50:09 -0600
From:      "Dmitry V. Dvoinikov" <dmitry@ssimicro.com>
To:        Oliver Fromme <freebsd-stable@FreeBSD.ORG>
Subject:   Re[2]: The FreeBSD core team needs your help
Message-ID:  <30942575.20010608085009@ssimicro.com>
In-Reply-To: <200106081046.MAA60733@lurza.secnetix.de>
References:  <200106081046.MAA60733@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> #!/usr/bin/dc
> [Hello World!]p

: hello ." hello world" ;

program hello_world;
begin
 writeln('hello world');
end.

I know, I know - "one at a time !!!"

:)

Best regards,
Dmitry Dvoinikov
mailto:dmitry@ssimicro.com

Original message follows:

> John Merryweather Cooper <jmcoopr@webmail.bmi.net> wrote:
>  > with Ada.Text_IO;       use Ada.Text_IO;
>  > 
>  > procedure Short_Application is
>  > begin
>  >    Put_Line ("Hello World!");
>  > end Short_Application;

> #!/usr/bin/dc
> [Hello World!]p

> SCNR  :)
> Regards
>    Oliver



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




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