Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Add Hello World! in nemerle
Browse files Browse the repository at this point in the history
  • Loading branch information
taogre committed Oct 16, 2018
1 parent 3dfc65a commit d3640aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HelloWorld!.n
@@ -0,0 +1,9 @@
// "Hello World!" in nemerle

class Hello
{
static Main () : void
{
System.Console.WriteLine ("Hello World!");
}
}

0 comments on commit d3640aa

Please sign in to comment.