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