mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-25 03:30:15 +08:00
8 lines
137 B
Kotlin
8 lines
137 B
Kotlin
import net.mamoe.mirai.utils.toUHexString
|
|
|
|
/**
|
|
* @author Him188moe
|
|
*/
|
|
fun main() {
|
|
println("牛逼".toByteArray().toUHexString())
|
|
} |