Skip to content

Instantly share code, notes, and snippets.

View rickymunizjr's full-sized avatar
🇵🇷

Ric rickymunizjr

🇵🇷
View GitHub Profile
@rickymunizjr
rickymunizjr / .gitignore
Created May 24, 2016 23:33 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
var a = 13;
var b = 15;
var c = 0;
c = a + b;