From 41dc2d027abca1a613080704a1e27af2e2e298c4 Mon Sep 17 00:00:00 2001 From: Alex Zimin Date: Fri, 8 Jul 2011 12:08:32 +0800 Subject: [PATCH] Fixed typo on hello.n sample. --- test/fixtures/hello.n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/hello.n b/test/fixtures/hello.n index b4ef3077..7d367146 100644 --- a/test/fixtures/hello.n +++ b/test/fixtures/hello.n @@ -2,7 +2,7 @@ using System.Console; module Program { - void Main() + Main() : void { WriteLine("Hello world"); }