mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-04 05:32:24 +08:00
Remove unexpected main function
This commit is contained in:
parent
2c72b52544
commit
f13d1e063d
@ -13,15 +13,4 @@ actual object MiraiEnvironment {
|
||||
@JvmStatic
|
||||
actual val platform: Platform
|
||||
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