struct Me {
name: &'static str,
handle: &'static str,
loves: Vec<&'static str>,
}
fn main() {
let me = Me {
name: "Tanapat Chamted",
handle: "makufff",
loves: vec!["Rust", "NixOS", "Lofi", "Cats 🐈⬛"],
};
println!("少しでも会えたら嬉しいな ✨");
}
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.




