初始化项目

This commit is contained in:
BBIT-Kai
2026-05-25 15:06:08 +08:00
commit 2017535f0f
630 changed files with 52394 additions and 0 deletions
@@ -0,0 +1,17 @@
package com.bbitcn.f8.pad
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}