diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..d95a04c --- /dev/null +++ b/Justfile @@ -0,0 +1,8 @@ +run: + ./gradlew run + +test: + ./gradlew test + +clean: + fd -td -I build -x rm -r \ No newline at end of file