[ create a new paste ] login | about

Link: http://codepad.org/aTBnKYw6    [ raw code | output | fork ]

Ruby, pasted on Jan 5:
1
2
a = "Hello"
p a.unpack("H*")


Output:
1
["48656c6c6f"]


Create a new paste based on this one


Comments: