fork download
  1. for($i=0;$i<5;$i++){for($j=0;$j<8;$j++){print "A";if($j>6){print "\n"}}}
Success #stdin #stdout 0s 6044KB
stdin
Standard input is empty
stdout
AAAAAAAA
AAAAAAAA
AAAAAAAA
AAAAAAAA
AAAAAAAA