10

They do care? And how did they even find out?

Comments
  • 2
    @theKarlisK Came here to say exactly this.
  • 0
    if (account.age < 18) {
    return fuckAccount(account);
    } else {
    return account;
    }
Add Comment