Cyber security researcher and Penetration tester
Founder thedealx
struct Mohamed {
me: Option<String>,
code: Vec<&'static str>,
tools: Vec<&'static str>,
}
fn main() {
let mohamed = Mohamed {
me: None,
code: vec!["Javascript", "Typescript", "Rust", "C++", "Ruby", "Python", "Java", "Nim"],
tools: vec!["Node", "Django", "Rails", "Docker", "Flask", "MongodDB"],
};
}