diff --git a/ArrayTest/Program.cs b/ArrayTest/Program.cs index 272f5ee..532ec16 100644 --- a/ArrayTest/Program.cs +++ b/ArrayTest/Program.cs @@ -10,7 +10,7 @@ class Program static void Main(string[] args) { - Console.WriteLine("Hello! This will be an exerecise in array and list creation!"); + Console.WriteLine("Hello! This will be an exercise in array and list creation!"); Console.WriteLine(); Console.WriteLine("Try to get the lowest possible score. . ."); Console.WriteLine();