static void Main() { soBeIt( "We" ); } static void soBeIt(string who) { Console.WriteLine( who + " are god's unwanted children" ); }