// Task 1
Console.WriteLine("Hello World");
// task 2
Console.Write("Congrats");
Console.Write(" ");
Console.Write("You wrote your first lines of code!");
/////////////////////////
/// Challange ///
/////////////////////////
Console.WriteLine("this is the first line");
Console.WriteLine("this is the second line");