2025-06-16 18:28:08 +05:00

5 lines
86 B
Plaintext
Executable File

<!--- hello world --->
<cfset welcome="Hello World!">
<cfoutput>#welcome#</cfoutput>