April 2017
Intermediate to advanced
628 pages
13h 46m
English

using System; class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } }
static void Main(string[] args) { Console.WriteLine("I can run on Windows, Linux and macOS"); GetSystemInfo(); Console.ReadLine(); } private static void GetSystemInfo() { var osInfo = System.Runtime.InteropServices.RuntimeInformation.OSDescription; Console.WriteLine($"Current ...Read now
Unlock full access