Skip to content

Instantly share code, notes, and snippets.

@virtix
Created May 31, 2009 03:14
Show Gist options
  • Save virtix/120734 to your computer and use it in GitHub Desktop.
Save virtix/120734 to your computer and use it in GitHub Desktop.
<cfcomponent hint="A really stupid component">
<cffunction name="echo">
<cfargument name="arg" />
<cfreturn arguments.arg />
</cffunction>
</cfcomponent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment