To say Hello, World! in ColdFusion, using CFM:

<cfoutput>
Hello, World! The time is dateFormat("2017-09-11", "full")#.
</cfoutput>

This will output:

Hello, World! The time is Monday, September 11, 2017.