Importance of C# (was Re: IronPython-0.6 is now available!)

Christopher T King squirrel at WPI.EDU
Thu Jul 29 12:05:46 EDT 2004


On Thu, 29 Jul 2004, Neal D. Becker wrote:

> (This is HelloWorld is C#.  Is this actually different than HelloWorld in
> java???)
> 
> using System;
> public class HelloWorld
> {
>     public static void Main()
> 
>     {
>         // This is a single line comment
> 
>         Console.WriteLine("Hello World! From Softsteel Solutions");
>     }
> }

Nope, looks just as ugly to me... ;)




More information about the Python-list mailing list