UNPKG
small_talk_with_sergey
Version:
latest (1.0.0)
1.0.0
Small talk with Sergey
small_talk_with_sergey
/
sayBye.js
5 lines
(2 loc)
•
70 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
console
.
log
(
'Bye-bye! See you later, Sergey!'
);