Skip to content

Instantly share code, notes, and snippets.

@marocchino
Created April 14, 2012 11:30
Show Gist options
  • Save marocchino/2383748 to your computer and use it in GitHub Desktop.
Save marocchino/2383748 to your computer and use it in GitHub Desktop.
n = 100
do (n) ->
say369 = (i) ->
try
Array("#{i}".match(/[369]/g).length+1).join "짝"
catch _
i
console.log (say369 i for i in [1..n]).join "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment