We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f8374 commit dbd4c46Copy full SHA for dbd4c46
scripts/build_n_run.sh
@@ -0,0 +1,4 @@
1
+#! /usr/bin/bash
2
+rm -r target | echo "No target directory found"
3
+mvn compile
4
+mvn exec:java -Dexec.mainClass=Main -Dexec.args="exercise1"
0 commit comments