fork download
  1. if (us.withMe == true && me.withYou == true) {
  2. love++;
  3. stayTogether = true;
  4. }
  5.  
Success #stdin #stdout 0.04s 25720KB
stdin
Standard input is empty
stdout
if (us.withMe == true && me.withYou == true) {
    love++;
    stayTogether = true;
}