https://github.com/pushfoo/jstacalc
A Java port of my stack calculator
https://github.com/pushfoo/jstacalc
Last synced: 11 months ago
JSON representation
A Java port of my stack calculator
- Host: GitHub
- URL: https://github.com/pushfoo/jstacalc
- Owner: pushfoo
- Created: 2023-06-16T17:22:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T07:57:51.000Z (over 2 years ago)
- Last Synced: 2025-01-30T21:16:12.387Z (about 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JStacalc
A Java Port / continuation of my [Stacalc](https://github.com/pushfoo/Stacalc) project.
Built to refresh & demonstrate my Java skills.
Built for:
* JDK 17.0
* Maven
* Apache commons IO 2.13.0
* (Test only) JUnit 5 Jupiter