mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Remove TestImageFile.kt
This commit is contained in:
parent
393e5d6c5d
commit
8994d6c9d0
@ -1,11 +0,0 @@
|
||||
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())
|
||||
}
|
Loading…
Reference in New Issue
Block a user