Example #1
0
 public static void Main(string[] args)
 {
     Console.WriteLine("Going boom...");
     Hammer.CantTouchThis();
     Console.WriteLine("Shouldn't get here...");
 }