mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
Move test fixtures to samples/
This commit is contained in:
9
samples/nemerle/hello.n
Normal file
9
samples/nemerle/hello.n
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Console;
|
||||
|
||||
module Program
|
||||
{
|
||||
Main() : void
|
||||
{
|
||||
WriteLine("Hello world");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user