Skip to content

Instantly share code, notes, and snippets.

@devboy
Created November 22, 2011 00:35
Show Gist options
  • Select an option

  • Save devboy/1384493 to your computer and use it in GitHub Desktop.

Select an option

Save devboy/1384493 to your computer and use it in GitHub Desktop.
function square( x: Float ) {
return x * x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment