// app.js console.log("Hello from Node.js!"); console.log("Node version:", process.version); console.log("Current directory:", process.cwd()); // Run with: node app.js
Click Run to execute this code.