public class Starter { static void Main() { System.Windows.Forms.MessageBox.Show("Hello, world!"); System.Console.WriteLine("Hello, world"); } }