Created
January 27, 2021 10:21
-
-
Save Sneedd/9e23f4dd500a9b791304d3a9ec419bf1 to your computer and use it in GitHub Desktop.
Hello World in ColdFusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| writeOutput("Hello World"); | |
| </cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment