From ef49a0e618a1e600b234eb886d0412aabe50bf5f Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 29 Jun 2021 11:18:48 -0400 Subject: [PATCH] Delete 'Sysinfo_console.cs' This was not the right file. --- Sysinfo_console.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Sysinfo_console.cs diff --git a/Sysinfo_console.cs b/Sysinfo_console.cs deleted file mode 100644 index 97550ac..0000000 --- a/Sysinfo_console.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Text; -namespace Sysinfo_Console -{ - class Program - { - static void Main() - { - //ShowSystemInformation(); - Console.WriteLine("Hello"); - } - } -} \ No newline at end of file