init: readme 작성 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 13:26:18 +09:00
parent 7fb4217f7c
commit c708cbcf9a
317 changed files with 24223 additions and 1 deletions
@@ -0,0 +1,2 @@
#Fri Jul 24 13:25:57 KST 2026
gradle.version=9.2.0
+5
View File
@@ -0,0 +1,5 @@
# demo
## 빠른 시작
Run `./gradlew doesNotExist` to start, then read [the docs](docs/missing.md).
@@ -0,0 +1,7 @@
plugins {
java
}
tasks.register("test") {
description = "Run the tests"
}