Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created October 4, 2012 18:15
Show Gist options
  • Save bittersweetryan/3835386 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3835386 to your computer and use it in GitHub Desktop.
add one
<cfscript>
test = new test();
writeOutput( test.add( 1, 1 ) );
writeOutput( test.add( 1, 2 ) );
writeOutput( test.add( 1, 3 ) );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment