fn main() {
let firstname = "Anar";
let lastname = "Enkhzol";
let alias = "Aukovien";
let age = "24";
let interests = [
"Cybersecurity", "OSINT", "Web Exploit",
"Reverse Engineering", "Cooking"
];
let social = "@Aukovien";
println!(r#"{} "{}" {} | Age: {}"#, firstname, alias, lastname, age);
println!("Interests: {:?}", interests);
println!("Social: {}", social);
}
Cybersecurity & Computer Science Undergraduate Student
-
09:05
(UTC -07:00) - aukovien.com
Highlights
- Pro
Pinned Loading
-
enma9542/recitation-016-team-02-quizletics
enma9542/recitation-016-team-02-quizletics Public -
-
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.

