From f74864384322cc6a95b918812fc74f3d9794f2a9 Mon Sep 17 00:00:00 2001 From: Daryl Todosichuk Date: Wed, 28 Aug 2024 20:07:18 -0700 Subject: [PATCH] Add program.cs file --- applications/program.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 applications/program.cs diff --git a/applications/program.cs b/applications/program.cs new file mode 100644 index 0000000..395ff47 --- /dev/null +++ b/applications/program.cs @@ -0,0 +1,9 @@ +using System; +using System.Diagnostics.CodeAnalysis; +using System.IO; +using System.Net; +using System.Runtime.InteropServices; +using static System.Console; + +Console.WriteLine("Run..."); +while (true);