1. public static void main(String[] args){
  2. boolean mauzi=true;
  3. if (mauzi)
  4. System.out.println("Blubbdiwupp");
  5. }