5 lines
86 B
Plaintext
Executable File
5 lines
86 B
Plaintext
Executable File
<!--- hello world --->
|
|
|
|
<cfset welcome="Hello World!">
|
|
|
|
<cfoutput>#welcome#</cfoutput> |