UNPKG
get-coffee
Version:
latest (1.0.0)
1.0.0
Sometimes Steve needs a coffee.
github.com/adamsteinert/get-coffee
adamsteinert/get-coffee
get-coffee
/
bin
/
get-coffee.js
16 lines
(13 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env node
(
function
(
) {
"use strict"
;
console
.
log
(
""
);
console
.
log
(
""
);
console
.
log
(
" ( ("
);
console
.
log
(
" ) )"
);
console
.
log
(
"|~~~~~~~~|"
);
console
.
log
(
"| |-]"
);
console
.
log
(
"| |-]"
);
console
.
log
(
" \\ /"
);
console
.
log
(
" `----'"
); }());