Initialize LBJ Receiver project with basic structure and configuration files

This commit is contained in:
Nedifinita
2025-05-18 17:59:08 +08:00
commit 6ebfdb73bc
66 changed files with 6461 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package receiver.lbj
import org.junit.Test
import org.junit.Assert.*
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}