using System; class EmptyBlock { static void Main(string[] args) { int i = 23; if (i == 42) { // TODO: Currently still research problems - professors aware. #if false AchieveEnlightenment(); CureCancer(); world.SetPeaceful(true); #endif } else { Console.WriteLine("Welcome to this meeting of the Realist Society. Join us!"); } // After removing the empty block: if (i != 42) { Console.WriteLine("Welcome to this meeting of the Realist Society. Join us!"); } } }