logingest/index.js

4 lines
97 B
JavaScript
Raw Normal View History

2025-06-15 14:47:15 +00:00
// run `node index.js` in the terminal
console.log(`Hello Node.js v${process.versions.node}!`);