9 ms·
HN strips out emoji... but this works in ruby (replace "<emoji>" with a smiley for example) def <emoji> puts "helloworld" end <emoji> > hellowo
by conanite 7y ago
HN strips out emoji... but this works in ruby (replace "<emoji>" with a smiley for example)
def <emoji>
puts "helloworld"
end
<emoji>
> helloworld