Initial LCDPet v1.0 release candidate

This commit is contained in:
Kris
2026-07-05 14:03:13 -04:00
commit ca54c8c965
47 changed files with 5943 additions and 0 deletions
@@ -0,0 +1,17 @@
package today.notfeelingit.lcdpet
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)
}
}