https://github.com/samwson/calculator
A calculator program I made when studying software development.
https://github.com/samwson/calculator
Last synced: about 2 months ago
JSON representation
A calculator program I made when studying software development.
- Host: GitHub
- URL: https://github.com/samwson/calculator
- Owner: samWson
- License: gpl-3.0
- Created: 2017-03-30T06:50:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T07:42:08.000Z (about 9 years ago)
- Last Synced: 2025-06-20T16:53:44.262Z (12 months ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calculator
A calculator program I made when studying software development.
It has all the basic features of a calculator with an advanced mode
allowing more features. A menu bar offers several options and help.
# Build
A gradle build script is inculded. Simply clone the repo:
git clone https://github.com/samWson/calculator.git
Alternatively download as a zip file and unzip to the directory of
your choice. Change into the directory, and run the build:
cd calculator
gradle build
Run the program from the jar file:
java -jar build/libs/calculator.jar