using System; class YaDaemon { static void Main(string[] args) { Console.WriteLine("Hello World!"); } }