convert from C to Kotlin

This commit is contained in:
odweta
2026-08-13 15:33:39 +02:00
parent 651ff4694a
commit 946a37be1d
14 changed files with 242 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
import org.junit.jupiter.api.Assertions.*
import org.junit.jupiter.api.Test
class ArgsParseTest {
@Test
fun parseCreate() {
}
@Test
fun parseList() {
}
@Test
fun parseDetail() {
}
}