Skip to content

Instantly share code, notes, and snippets.

@mlebkowski
Created January 22, 2015 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlebkowski/8fe07aacda6f73745f69 to your computer and use it in GitHub Desktop.
Save mlebkowski/8fe07aacda6f73745f69 to your computer and use it in GitHub Desktop.
Codility challenge
function solution(N) {
// sorry, not really my kind of thing, but here’s a goat:
console.log("\n\
\n\
/) (\\ \n\
)\\.:::::::::./( \n\
\\( o o )/ \n\
'-./ / _.-'`-. \n\
( oo ) / _ \\ \n\
|'--'/\\/ ( \\ \\ \n\
\\''/ \\| \\ \\ \\ \n\
ww | ' ) \\ \n\
|.' .' | \n\
.' .'==|==| \n\
/ .'\\ [_] \n\
.-(/\\) | / \n\
/.-\"\"\"'/| | \n\
|| / | | \n\
// | | | \n\
|| |__|___/ \n\
\\\\ [__[___] \n\
// .-'.-' ( \n\
||(__(__.-._) LGB \n\
");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment