mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 16:40:43 +08:00
Remove unexpected main function
This commit is contained in:
parent
2c72b52544
commit
f13d1e063d
@ -14,14 +14,3 @@ actual object MiraiEnvironment {
|
|||||||
actual val platform: Platform
|
actual val platform: Platform
|
||||||
get() = Platform.JVM
|
get() = Platform.JVM
|
||||||
}
|
}
|
||||||
|
|
||||||
@ExperimentalUnsignedTypes
|
|
||||||
fun main() {
|
|
||||||
println(GroupInternalId(2793514141u).toId().value.toLong())
|
|
||||||
println(GroupInternalId(2040208217u).toId().value.toLong())
|
|
||||||
println(289942298u.toByteArray().toUHexString())
|
|
||||||
println(1040400290u.toByteArray().toUHexString())
|
|
||||||
println(buildPacket {
|
|
||||||
writeStringUtf8("信用卡")
|
|
||||||
}.readBytes().toUByteArray().toUHexString())
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user