/n/nemerle.n
http://github.com/leachim6/hello-world · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 2c0cb4f7f883e2974408794964343b98 MD5 · raw file
- class Hello
- {
- static Main () : void
- {
- System.Console.WriteLine ("Hello world!");
- }
- }