me.dm is part of the decentralized social network powered by Mastodon.
Ideas and information to deepen your understanding of the world. Run by the folks at Medium.

Administered by:

Server stats:

1.5K
active users

Learn more

Will Fitzgerald

@cassidoo Sixth anniversary coding puzzle. Short enough to put in a Mastodon message (I choose to refuse to toot). This is a Ruby

❯ ruby -e 'puts("seventeen")'
seventeen

❯ ruby -e "puts('puts(\"seventeen\")'.size)"
17