Created
June 28, 2018 09:09
-
-
Save 5idu/e10c1804ceb3bbb248671f547c7a64e1 to your computer and use it in GitHub Desktop.
some fun things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```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