riku
2019-09-23 14ce5d2ccfae554497763da846ffb9eb39cd6d34
src/test/kotlin/com/flightfeather/obd/Test.kt
@@ -14,7 +14,8 @@
    @Test
    fun foo1() {
        val b = ByteArray(20) {8}
        println(b[18])
        val a = 1
        println(a.toString(2))
    }
    @Test
@@ -127,4 +128,11 @@
        println(SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(cal.time))
    }
    @Test
    fun f0012() {
        val a  = "80ffffff".toBigInteger(16)
        val b = a?.toDouble()
    }
}