chore: initial commit

This commit is contained in:
2026-04-22 09:51:39 +07:00
commit a520504390
48 changed files with 1542 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package su.reya.coop
import kotlin.test.Test
import kotlin.test.assertEquals
class ComposeAppAndroidUnitTest {
@Test
fun example() {
assertEquals(3, 1 + 2)
}
}