- Dependencies: Maven (see https://maven.apache.org/install.html)
- Compile program
mvn compile- Test program giving a sequence in standard input
mvn exec:java -Dexec.mainClass="com.pm.pokemoncatcher.PokemonCatcher"- Test program with JUnit tests, using the input file "src/test/resources/test.csv"
mvn test