Hacker News new | ask | show | jobs
by OMGWTF 1507 days ago

  $ python3 -c 'import math; print(math.lcm(13, 19, 37))'
  9139