Skip to content

Instantly share code, notes, and snippets.

@rickymunizjr
Created October 24, 2015 19:42
Show Gist options
  • Save rickymunizjr/e56dcc735fa7b8d7a18e to your computer and use it in GitHub Desktop.
Save rickymunizjr/e56dcc735fa7b8d7a18e to your computer and use it in GitHub Desktop.
var a = 13;
var b = 15;
var c = 0;
c = a + b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment