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