Created
July 30, 2017 14:32
-
-
Save zolotokrylin/c0282fcc8aad1ecd8c4259eed06836c8 to your computer and use it in GitHub Desktop.
Cool console print
This file contains 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
(function() { | |
console.log(" ▀▄ ▄▀"), | |
console.log(" ▄█▀███▀█▄"), | |
console.log(" █▀███████▀█"), | |
console.log(" █ █▀▀▀▀▀█ █"), | |
console.log(" ▀▀ ▀▀"), | |
console.log("┌───────────────────────────────────────────────────────────────────┐"), | |
console.log("│ Found a bug? Please report to hello@example.com"), | |
console.log("├───────────────────────────────────────────────────────────────────┴──────────────────┐"), | |
console.log("│ We're always looking for excellent developers! Check out https://example.com/careers │"), | |
console.log("└──────────────────────────────────────────────────────────────────────────────────────┘") | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment