struct Lvcky {
name: String,
age: i8,
is_alive: bool,
ide: String,
operating_system: String,
email: String,
certifications: Vec<String>
}
fn main(){
let lvcky = Lvcky{
name: "John O'Donnell".to_string(),
age: 27,
is_alive: true,
ide: "Neovim".to_string(),
operating_system: "Arch Linux".to_string(),
email: "[email protected]".to_string(),
certifications: vec!["App Academy Graduate".to_string(), "COMPTIA Security+".to_string()]
};
}
😀
Software Engineer
-
Booz | Allen | Hamilton
- Virginia
-
15:57
(UTC -05:00) - http://johnodonnell.xyz
- in/john-o-donnell-36a38a161
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.