The problem statement solved is https://www.geektrust.com/challenge/make-space
- Java 1.11
- Gradle 6
./gradlew clean build -x test --no-daemon- This will create a jar filegeektrust.jarin thebuild/libsfolder.java -jar build/libs/geektrust.jar sample_input/input1.txt- This will execute the jar file passing in the sample input file as the command line argument
./gradlew clean test --no-daemon will execute the unit test cases.