This project aims to help a friend in a side project and work on knowledge in software structuring + OOP.
To run this project, you'll need:
- Clone the repository
git clone --depth 1 https://github.com/nasccped/java-terminal-calculator && \
cd java-terminal-calculator- Compile the source code and run
This project was built under the kojamp project manager, so, there's three ways to compile and run it:
If you have `kojamp`
compile and run using the kojamp CLI:
make build run
# if you doesn't have make at your machine, you can still use kojamp
# kojamp build && kojamp runIf you don't have kojamp (and is in a 'sh' terminal)
turn the shell script into executable + build and run the source:
chmod +x ./maksh.sh && ./maksh.sh build runIf you don't have kojamp (and is in Windows - runs '.bat')
compile and run:
./makbat.bat build runThis project is under the MIT license.