Commit 8994d6c9 authored by Him188's avatar Him188

Remove TestImageFile.kt

parent 393e5d6c
package mirai.test
import java.io.File
fun main() {
val file = File("C:\\Users\\Him18\\Desktop\\lemon.png")
println(file.inputStream().readAllBytes().size)
println(file.length())
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment