Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 333 Bytes

Simple Calculator

How to Run the project.

  • Intellij IDEA
    1. Open org/example/Main.java file.
    2. Click on "Play" button next to main function.
  • Command Prompt/Terminal
    1. Open terminal in the root folder.
    2. Type
      • (Windows)gradlew -q --console plain run
      • (Others) ./gradlew -q --console plain run