4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
// run `node index.js` in the terminal
|
|
|
|
console.log(`Hello Node.js v${process.versions.node}!`);
|