๐ผ Incoming SWE Intern @ IBM
๐ CS @ Northwestern University
struct Liheng {
school: String,
current_focus: Vec<String>,
languages: Vec<String>,
fun_fact: String,
}
impl Liheng {
fn new() -> Self {
Self {
school: String::from("Northwestern University"),
current_focus: vec![String::from("AI Infrastructure")],
languages: vec![
String::from("C/C++"),
String::from("Rust"),
String::from("Python"),
],
fun_fact: String::from("I prefer Rust over C/C++."),
}
}
}โญ If you find my work interesting, consider giving it a star! โญ



