0
16
The above code will write "Hello World!" to the console.
Shortcut: helloworld
helloworld
0 Comments
<cfscript> writeOutput("Hello World!"); </cfscript>