Skip to content

Instantly share code, notes, and snippets.

@datalet
Created February 9, 2017 03:00
Show Gist options
  • Save datalet/a2abc1f10a2fe8a1c5f4bbf386dc66d6 to your computer and use it in GitHub Desktop.
Save datalet/a2abc1f10a2fe8a1c5f4bbf386dc66d6 to your computer and use it in GitHub Desktop.
print 1 ~ 100 in one slack message
! `var i = 0; while(i++ < 100) console.log('' + i)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment