- π | Undergraduate student majoring in Communication Engineering (Level 22) at Nanjing University of Posts and Telecommunications(NJUPT).
- π | Electronic Engineer, My main job is in the field of electronic information
- π§ | Free software enthusiasts, Favorite to Linux, The Linux distribution I'm using is Gentoo.
- π | Editor I used: VSCode and Vim, light and fast is my persuit. Yeah!
- π | Coding is my hobbies, focus on C/C++, Coding, be overwhelmed by debug:(
- π | Rust, I liked to taste something new too. Try Haskell ing ~~
- π΅ | Music,music game player(Arcaea, Phigros, etc.). Now I'm a beginner in music composition.
- π§ | Minecraft player, Looking for friends to play together.
- βΎοΈ | Passionate about Mathematic, The one-size-fits-all theorem is fascinating.
fn main() { let tasks = vec!["Learning Rust", "Continue writing blog", "The MCU and other EE technology", "Try to configure my linux from scratch"]; let select = | option | { match option { &"The MCU and other EE technology" => println!("{} | Important", option), _ => println!("{}", option), } }; println!("There is my plan:"); for task in tasks.iter() { select(task) } }