diff options
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; +} } |