using System;class Sample{ public static void Main() { Console.WriteLine("Version: {0}", Environment.Version.ToString()); }}