Nemerle.n

This commit is contained in:
nCdy 2011-06-03 16:48:03 +03:00
parent 9de372fcb6
commit e9f301c01b

7
n/nemerle.n Normal file
View File

@ -0,0 +1,7 @@
class Hello
{
static Main () : void
{
System.Console.WriteLine ("Hello world!");
}
}