diff options
author | Marvin Borner | 2020-05-15 16:16:44 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-15 16:16:44 +0200 |
commit | ff878aa072ee32bb679902a412b9d10ca6323967 (patch) | |
tree | 429f431739c766eb06144b9eef3e8dc8ff6b0d6c /.boilerplates | |
parent | 462fe26ba6ee6850026e241980ac1267ed05cdcd (diff) |
Ooooops
Diffstat (limited to '.boilerplates')
-rw-r--r-- | .boilerplates/cs/Program.cs | 4 |
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; +} } |