Skip to content

Instantly share code, notes, and snippets.

@roulupen
Created January 23, 2013 13:18
Show Gist options
  • Save roulupen/4605481 to your computer and use it in GitHub Desktop.
Save roulupen/4605481 to your computer and use it in GitHub Desktop.
component {
public function addTwoNum(num1, num2) {
return num1 + num2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment