mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Fixed typo on hello.n sample.
This commit is contained in:
2
test/fixtures/hello.n
vendored
2
test/fixtures/hello.n
vendored
@@ -2,7 +2,7 @@ using System.Console;
|
|||||||
|
|
||||||
module Program
|
module Program
|
||||||
{
|
{
|
||||||
void Main()
|
Main() : void
|
||||||
{
|
{
|
||||||
WriteLine("Hello world");
|
WriteLine("Hello world");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user