/Simple-Java-Calculator

Simple calculator

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

A simple console based calculator written in Java. This is an example program for those who learn Java ;)

Build

Use the provided Ant script with ant

Run

Use java -jar calc.jar

Without argument, it prints an help message that explains how to use the calculator.