public static void Main()
Random random = new Random();
int a = random.Next(1, 11);
Console.WriteLine($"Monster was damaged and lost {a} health and now has {m} health.");;;
Console.WriteLine($"Hero was damaged and lost {a} health and now has {h} health.");
Console.WriteLine(h > m ? "Hero wins!": "Monster wins!");