pull down to refresh

abstract class bot implements human, robot {
  public slop write();
  public slop copy_paste(slop other_slop);
  public slop accuse(slop other_slop);
  private void cry();
}

ahahah ~lol

reply