public static void Main()
Console.WriteLine("Dayssss");
Console.WriteLine("Write a number from 1 to 7 and I'll tell you what day of the week it represents");
num = int.Parse(Console.ReadLine());
Console.WriteLine("Its Monday");
Console.WriteLine("Tuesday bro");
Console.WriteLine("Wednesday bro");
Console.WriteLine("Wake up bro is thuesday almost Friday");
Console.WriteLine("Yey is Friday");
Console.WriteLine("Saturday lets go");
Console.WriteLine("enjoy the sunday");
Console.WriteLine("What the hell your wrong bro");