fork download
  1. public class poppop { public static void Main(string[] args){
  2. string[] popcorn = {" ©@©©@© "," @@©@©©@© ", " ©©@©©@@©@©@ ",@" |\@©@©©@©@@@@/| "," | | | | ", " | ========| | | "," | POPCORN | | | ", " @ | ========| | | @ ", "© @© |_________|_|_| @@@@ "};
  3. foreach (string s in popcorn){
  4. System.Console.WriteLine(s);
  5. }}}
Success #stdin #stdout 0.02s 24128KB
stdin
Standard input is empty
stdout
              ©@©©@©            
             @@©@©©@©           
          ©©@©©@@©@©@       
         |\@©@©©@©@@@@/|     
         |         | | |         
         | ========| | |    
         | POPCORN | | |      
   @     | ========| | |  @  
©  @©    |_________|_|_| @@@@