tspl-image/index.js

4 lines
97 B
JavaScript
Raw Normal View History

2024-11-20 16:05:29 +08:00
// run `node index.js` in the terminal
console.log(`Hello Node.js v${process.versions.node}!`);