24 lines
997 B
JavaScript
24 lines
997 B
JavaScript
'use strict';
|
|
|
|
/* eslint-disable-next-line no-console */
|
|
console.log(`
|
|
-oooooooo/- .+ooooooooo: +ooo+ oooo/
|
|
+MMMMMMMMMMm+ -NMMMMMMMMMMs +MMMM: /MMMM/
|
|
+MMMNyyydMMMMy /MMMMyyyyyyy/ mMMMd mMMMd
|
|
+MMMm :MMMM. /MMMN /MMMM/ /MMMM:
|
|
+MMMm .MMMM- /MMMN dMMMm mMMMh
|
|
+MMMm .MMMM- /MMMMyyyy+ :MMMM/ +MMMM-
|
|
+MMMm .MMMM- /MMMMMMMMy hMMMm NMMMy
|
|
+MMMm .MMMM- /MMMMoooo: -MMMM+oMMMM-
|
|
+MMMm .MMMM- /MMMN yMMMmNMMMy
|
|
+MMMm +MMMM. /MMMN .MMMMMMMM.
|
|
+MMMMdddNMMMMo /MMMMddddddd+ sMMMMMMs
|
|
+MMMMMMMMMNh: .mMMMMMMMMMMs yMMMMs
|
|
.///////:- -/////////- .::.
|
|
|
|
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
|
|
|
|
Did you find a bug or vulnerability? Check out our bug bounty info here: https://dev.to/security
|
|
`);
|