This commit is contained in:
Imbus 2023-09-19 21:10:55 +02:00
parent 5e09d8a3a4
commit cca4201ad7

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# Labbar
## Run/Test
Install [Gradle](https://docs.gradle.org/current/userguide/userguide.html)
```bash
$ ./gradlew run
$ ./gradlew test
```