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: "mail@johnodonnell.xyz".to_string(),
certifications: vec!["App Academy Graduate".to_string(), "COMPTIA Security+".to_string()]
};
}
-
π¨βπ» All of my projects are available at My Portfolio
-
π Know about my experiences by clicking on my resume