From d6fbc77a90bbc4ebbc917abde39af093bda00c34 Mon Sep 17 00:00:00 2001 From: Daryl Todosichuk Date: Wed, 28 Aug 2024 20:35:10 -0700 Subject: [PATCH] Update program.cs --- applications/program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/program.cs b/applications/program.cs index 395ff47..2642a62 100644 --- a/applications/program.cs +++ b/applications/program.cs @@ -5,5 +5,5 @@ using System.Runtime.InteropServices; using static System.Console; -Console.WriteLine("Run..."); +Console.WriteLine("Run...."); while (true);