I do some stuffs in Rust, Python, C among others there. I really like FOSS projects and maybe I can contribute to them.
fn main() {
assert_eq!(me.nick, "Defmc");
assert_eq!(me.favorite_anime, "Steins;Gate");
assert_eq!(me.favorite_manga, "Oyasumi Punpun");
assert_eq!(me.loves, &[RUST_L, C_L, HASKELL_L, FOSS]);
todo!("learn more about low-level and functional programming theory");
assert_eq!(me.girlfriend.is_some()); // unreachable indeed...
}