Initial commit

This commit is contained in:
2021-04-01 23:18:28 +02:00
commit 2bd6362268
27 changed files with 732 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
+2
View File
@@ -0,0 +1,2 @@
.gradle
build
+7
View File
@@ -0,0 +1,7 @@
# {{ project.name }}
## Usage
```bash
./gradlew run
```