Go to file
Nicolás A. Ortega 5acd4908ab Update README.md
2014-10-30 15:45:22 -05:00
src/mmmcalc Now using Apache Ant to compile. 2014-09-21 11:22:22 -05:00
.gitignore Update .gitignore 2014-09-21 11:25:47 -05:00
build.xml Fixed warning from build. 2014-10-10 11:55:19 -05:00
LICENSE Initial commit 2014-04-08 18:52:17 -07:00
README.md Update README.md 2014-10-30 15:45:22 -05:00

MMMCalc

This is a very simple project, it was made for educational purposes (hence why it is open-source), and I encourage everyone to contribute if they have something to add.

###Compiling To compile make sure you have JDK and Apache Ant installed. Then run the following command in the root directory of the project:

$ ant

###Contributing To contribute, simply open a pull request.

###License All code in this repository is under the GNU GPLv3.