Moustaches #2

Put moustaches (braces) where they belong .
Clue: you should have a total of 12 mustaches.

public class Moustache2


public static void main(String[] args)


     for (String input : args)


        if (input.equals("are cool"))


            for (int i = 0; i < 50; i++)


                System.out.println("{}");


        else

            System.out.println("you don't like moustaches... no soup for you");