diff --git a/applications/program.cs b/applications/program.cs deleted file mode 100644 index 2642a62..0000000 --- a/applications/program.cs +++ /dev/null @@ -1,9 +0,0 @@ -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);