Skip to content

Instantly share code, notes, and snippets.

@RuyiLi
Created September 15, 2019 01:06
Show Gist options
  • Save RuyiLi/b23e05e840313ffb458fbfd83d329c83 to your computer and use it in GitHub Desktop.
Save RuyiLi/b23e05e840313ffb458fbfd83d329c83 to your computer and use it in GitHub Desktop.
LONGOOSE
g=a=>`:goose-${a}:`;[g('top'),...Array(+prompt('Length of goose neck:')).fill(g('middle')),g('bottom')].join`\n`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment