struct Person {
name: &'static str,
interests: &'static str,
studying: &'static str,
currently_learning: &'static str,
hobby: &'static str,
email: &'static str,
}
static Me: Person = Person {
name: "Fox_white",
interests: "Rust",
studying: "Computer Science At UWA",
currently_learning: "Machine Learning, Edge Computing, Distributed Services",
hobby: "Plane Design, Programing, Gaming",
email: "vct.xie@gmail.com"
};
Highlights
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.





