diff --git a/Lesson01/Lesson01/Program.cs b/Lesson01/Lesson01/Program.cs index 2774e62..ebf7360 100644 --- a/Lesson01/Lesson01/Program.cs +++ b/Lesson01/Lesson01/Program.cs @@ -5,13 +5,14 @@ internal class Program static void Main(string[] args) { Console.WriteLine("Hello, World!"); + Console.WriteLine("salom"); } // Homework // Complete the following method public static int Add(int a, int b) { - return 0; + return a + b; } } } \ No newline at end of file