Skip to content

Instantly share code, notes, and snippets.

@Sneedd
Created January 27, 2021 10:21
Show Gist options
  • Select an option

  • Save Sneedd/9e23f4dd500a9b791304d3a9ec419bf1 to your computer and use it in GitHub Desktop.

Select an option

Save Sneedd/9e23f4dd500a9b791304d3a9ec419bf1 to your computer and use it in GitHub Desktop.
Hello World in ColdFusion
<cfscript>
writeOutput("Hello World");
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment