mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-08 00:42:59 +00:00
Fixed typo on hello.n sample.
This commit is contained in:
Vendored
+1
-1
@@ -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