using System; namespace HelloWorldApp { class Program { static int Main(string[] args) { Environment.Exit(1); return 100; } } }