aboutsummaryrefslogtreecommitdiff
path: root/.boilerplates
diff options
context:
space:
mode:
authorMarvin Borner2020-05-15 16:16:44 +0200
committerMarvin Borner2020-05-15 16:16:44 +0200
commitff878aa072ee32bb679902a412b9d10ca6323967 (patch)
tree429f431739c766eb06144b9eef3e8dc8ff6b0d6c /.boilerplates
parent462fe26ba6ee6850026e241980ac1267ed05cdcd (diff)
Ooooops
Diffstat (limited to '.boilerplates')
-rw-r--r--.boilerplates/cs/Program.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/.boilerplates/cs/Program.cs b/.boilerplates/cs/Program.cs
index 9dd8986..ba34eda 100644
--- a/.boilerplates/cs/Program.cs
+++ b/.boilerplates/cs/Program.cs
@@ -5,5 +5,7 @@ public class Program
static int Main(string[] args)
{
Console.WriteLine("Hello, world!");
-}
+
+ return 0;
+}
}