namespace podcast_agent { class Program { static async Task Main(string[] args) { Console.WriteLine("hello world"); } } }