8
165
<?php if ($we_are_god_s_unwanted_children){ echo 'so be it'; } ?>
static void Main() { soBeIt( "We" ); } static void soBeIt(string who) { Console.WriteLine( who + " are god's unwanted children" ); }