Hello
I'm Anhad!
fn main() {
let this = About {
name: "Anhad Singh",
age 14,
pronouns: "he/him"
code: vec![
"Rust",
"Python",
"Dart",
"Flutter",
"Flask",
"Electron",
"Node",
"..."
]
};
}