This repo was made following the instructions from the the DAI Course part 4 to familiarize myself with the IDE IntelliJ, the programming language Java and the standard directory structure Maven.
We started with a simple "Hello World!" and build on that to create a commands based terminal application to simply say "Hi!" and "Goodbye!".
Once cloned, open a terminal and navigate to the newly cloned repo and enter the following command:
./mvnw dependency:go-offline clean compile package
To run the freshly built program, use the following command:
# Usage: java-intellij-idea-and-maven-1.0-SNAPSHOT.jar [-hV] <name> [COMMAND]
java -jar target/java-intellij-idea-and-maven-1.0-SNAPSHOT.jar