mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-22 17:25:44 +00:00
Detect Nemerle language
This commit is contained in:
9
test/fixtures/hello.n
vendored
Normal file
9
test/fixtures/hello.n
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Console;
|
||||
|
||||
module Program
|
||||
{
|
||||
void Main()
|
||||
{
|
||||
WriteLine("Hello world");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user