Skip to content

Instantly share code, notes, and snippets.

@danirod
Created March 31, 2014 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danirod/9902876 to your computer and use it in GitHub Desktop.
Save danirod/9902876 to your computer and use it in GitHub Desktop.
snippet sencillo para una entrada de blog
int sumar(int a, int b) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment