Start of C# rewrite.
This commit is contained in:
parent
9170d37d0c
commit
16af781a94
13
Sysinfo_console.cs
Normal file
13
Sysinfo_console.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
namespace Sysinfo_Console
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
//ShowSystemInformation();
|
||||
Console.WriteLine("Hello");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user