diff --git a/Sysinfo_console.cs b/Sysinfo_console.cs new file mode 100644 index 0000000..97550ac --- /dev/null +++ b/Sysinfo_console.cs @@ -0,0 +1,13 @@ +using System; +using System.Text; +namespace Sysinfo_Console +{ + class Program + { + static void Main() + { + //ShowSystemInformation(); + Console.WriteLine("Hello"); + } + } +} \ No newline at end of file