mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Rename samples subdirectories
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