23 lines
1.3 KiB
JavaScript
23 lines
1.3 KiB
JavaScript
var bigDev =
|
|
' \n \
|
|
\n \
|
|
-oooooooo/- .+ooooooooo: +ooo+ oooo/ \n \
|
|
+MMMMMMMMMMm+ -NMMMMMMMMMMs +MMMM: /MMMM/ \n \
|
|
+MMMNyyydMMMMy /MMMMyyyyyyy/ mMMMd mMMMd \n \
|
|
+MMMm :MMMM. /MMMN /MMMM/ /MMMM: \n \
|
|
+MMMm .MMMM- /MMMN dMMMm mMMMh \n \
|
|
+MMMm .MMMM- /MMMMyyyy+ :MMMM/ +MMMM- \n \
|
|
+MMMm .MMMM- /MMMMMMMMy hMMMm NMMMy \n \
|
|
+MMMm .MMMM- /MMMMoooo: -MMMM+oMMMM- \n \
|
|
+MMMm .MMMM- /MMMN yMMMmNMMMy \n \
|
|
+MMMm +MMMM. /MMMN .MMMMMMMM. \n \
|
|
+MMMMdddNMMMMo /MMMMddddddd+ sMMMMMMs \n \
|
|
+MMMMMMMMMNh: .mMMMMMMMMMMs yMMMMs \n \
|
|
.///////:- -/////////- .::. \n \
|
|
\n \
|
|
\n';
|
|
console.log(
|
|
bigDev,
|
|
"Hey there! Interested in the code behind dev.to? Well you're in luck - we're open source! Come say hi, tell us what you're debugging, or even lend a hand in our repo - https://github.com/thepracticaldev/dev.to/ \n",
|
|
"Did you find a bug or vulnerability? Check out our bug bounty info here: https://dev.to/security"
|
|
);
|