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