Initial commit

This commit is contained in:
2025-09-22 12:26:25 -03:00
parent a89d408196
commit e7fdc796b1
39 changed files with 131 additions and 163 deletions

View File

@@ -0,0 +1,11 @@
package dev.carlosmartino.triplogic
import kotlin.test.Test
import kotlin.test.assertEquals
class ComposeAppCommonTest {
@Test
fun example() {
assertEquals(3, 1 + 2)
}
}