Hacker News new | ask | show | jobs
by sachleen 4541 days ago
Definitely.

  function one_bit(x) {
    return 1
  }

  Solution did not return correct output for x=1. Expected output: 1, got: 0
umm... ok