UNPKG
small_talk_with_maximvs
Version:
latest (1.0.0)
1.0.0
Small talk with Hexlet
small_talk_with_maximvs
/
sayHi.js
3 lines
(2 loc)
•
51 B
JavaScript
View Raw
1
2
3
#!/usr/bin/env node
console
.
log
(
'Hello, Hexlet!'
);