/* hello world.js This script simply print out "Hello World" in the terminal */ console.log("Hello World!");