UNPKG
small_talk_with_sergey
Version:
latest (1.0.0)
1.0.0
Small talk with Sergey
small_talk_with_sergey
/
sayHi.js
5 lines
(2 loc)
•
52 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
console
.
log
(
'Hello Sergey!'
);