Initial commit

This commit is contained in:
2025-12-02 18:27:59 +00:00
commit a8fcabc571
22 changed files with 746 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
val REPO_NAME = "dummy so the gitea template compiles, please remove"
rootProject.name = "markdown-parser"