https://github.com/moosems/javacalculator
https://github.com/moosems/javacalculator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moosems/javacalculator
- Owner: Moosems
- License: mit
- Created: 2024-04-17T17:54:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T18:20:35.000Z (about 2 years ago)
- Last Synced: 2025-01-18T02:38:59.084Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaCalculator
A very simple calculator I wrote to brush up my Java. Has multiple files, a shell script to run it (`chmod +x ./runcalc.sh; ./runcalc.sh`), a nice directory structure, a file saving system, and I thought it looked nice. Not much to look at though, feel free to browse around! Best place to start is main, then Calculator, then HistoryManager, and then CustomTuple.