Y
Hacker News
new
|
ask
|
show
|
jobs
by
conanite
2616 days ago
HN strips out emoji... but this works in ruby (replace "<emoji>" with a smiley for example)
def <emoji> puts "helloworld" end
<emoji>
> helloworld