const message:string = "hello world!";
console.log(message);
Output
(Run the program to view its output)