/n/nemerle.n

http://github.com/leachim6/hello-world · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 2c0cb4f7f883e2974408794964343b98 MD5 · raw file

  1. class Hello
  2. {
  3. static Main () : void
  4. {
  5. System.Console.WriteLine ("Hello world!");
  6. }
  7. }