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.

Revisions

  1. Sneedd created this gist Jan 27, 2021.
    3 changes: 3 additions & 0 deletions ColdFusion_HelloWorld.cfm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <cfscript>
    writeOutput("Hello World");
    </cfscript>