use std::collections::HashMap;
static ABOUT: [&str; 1] = [
"Studied at Guangzhou Institute of Technology and an Android Enthusiast.",
];
static DOING: [&str; 2] = [
"Learning Kotlin/Rust/C/Go.",
"In GZIST.",
];
static DEVICE: [&str; 3] = [
"Xiaomi 8",
"Redmi K30 Pro / POCO F2 Pro",
"Redmi Note 12 Turbo / POCO F5",
];
fn contact() -> HashMap<&'static str, &'static str> {
let mut contact = HashMap::new();
contact.insert("Email", "[email protected]");
contact.insert("Telegram", "https://t.me/Kyuofox");
contact
}
static PGP_KEY: &str = "9F99 998E 2BB1 51FD 6738 8973 9865 B9A0 9D89 A6FC";
kyuo? or きゅお? either 九尾?
- Guangdong, China
-
16:14
(UTC +08:00) - [email protected]
- @Kyuofox
- https://t.me/Kyuofox
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.