namespace IYGASAF; public class Program { public static async Task Main(string[] args) { return await Task.FromResult(0); } }