/atm-machine

This is sample project for FOSS workshop.

Primary LanguageJava

ATM Machine

Steps 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