anildigital / hello-world forked from leachim6/hello-world

Hello world in every programming language

This URL has Read+Write access

hello-world / coldfusion.cfm
100644 3 lines (2 sloc) 0.064 kb
1
2
3
<cfset message = "Hello World">
<cfoutput> #message#</cfoutput>