From b53086e9bd781af4253f58274275c992adab19c1 Mon Sep 17 00:00:00 2001 From: Michael Cowell <115200557+SawdustSpike@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:54:18 -0400 Subject: [PATCH] Update Program.cs fixed spelling error --- ArrayTest/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();