Skip to content

Instantly share code, notes, and snippets.

@5idu
Created June 28, 2018 09:09
Show Gist options
  • Select an option

  • Save 5idu/e10c1804ceb3bbb248671f547c7a64e1 to your computer and use it in GitHub Desktop.

Select an option

Save 5idu/e10c1804ceb3bbb248671f547c7a64e1 to your computer and use it in GitHub Desktop.
some fun things
```js
console.log([
" _ooOoo_",
" o8888888o",
" 88\" . \"88",
" (| -_- |)",
" O\\ = /O",
" ____/`---'\\____",
" .' \\\\| |// `.",
" / \\\\||| : |||// \\",
" / _||||| -:- |||||- \\",
" | | \\\\\\ - /// | |",
" | \\_| ''\\---/'' | |",
" \\ .-\\__ `-` ___/-. /",
" ___`. .' /--.--\\ `. . __",
" .\"\" '< `.___\\_<|>_/___.' >'\"\".",
" | | : `- \\`.;`\\ _ /`;.`/ - ` : | |",
" \\ \\ `-. \\_ __\\ /__ _/ .-` / /",
"======`-.____`-.___\\_____/___.-`____.-'======",
" `=---='",
"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
" 佛祖保佑 永无BUG"
].join('\n'));
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment