Start of C# rewrite.

This commit is contained in:
efrick 2021-06-29 11:15:41 -04:00
parent 9170d37d0c
commit 16af781a94

13
Sysinfo_console.cs Normal file
View File

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