Go to file
2016-07-04 12:17:21 +02:00
build Preparing for switch to C. 2016-07-04 12:16:35 +02:00
src/mmmcalc Preparing for switch to C. 2016-07-04 12:16:35 +02:00
.gitignore Ignore the build directory. 2016-07-04 12:17:21 +02: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.