Created
April 20, 2026 04:55
-
-
Save trycf/a551af8edef838053763d119e4b05da1 to your computer and use it in GitHub Desktop.
TryCF Gist
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> | |
| goodbye = (friend) => (writeOutput('<h1>👋 Goodbye #friend#</h1>')); | |
| goodbye('TryCF'); | |
| </cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment