Hello, World! in Nemerle
Example for versions
ncc 0.9.3
This example is written in C# style; a more compact version would be just
System.Console.WriteLine ("Hello, World!");
class Hello {
static Main () : void {
System.Console.WriteLine ("Hello, World!");
}
}
Comments
]]>blog comments powered by Disqus
]]>