Delete 'Sysinfo_console.cs'

This was not the right file.
This commit is contained in:
efrick 2021-06-29 11:18:48 -04:00
parent 1b4a1dd52b
commit ef49a0e618

View File

@ -1,13 +0,0 @@
using System;
using System.Text;
namespace Sysinfo_Console
{
class Program
{
static void Main()
{
//ShowSystemInformation();
Console.WriteLine("Hello");
}
}
}