Hacker News new | ask | show | jobs
by callahad 5887 days ago
To save everyone the trouble:

  $ python -c 'print("".join(chr(int(x)) for x in "71 79 79 68 32 82 73 68 68 65 78 67 69".split()))'
  GOOD RIDDANCE
1 comments

$ ruby -e '%w{71 79 79 68 32 82 73 68 68 65 78 67 69}.each {|c| print c.to_i.chr}'

GOOD RIDDANCE