关于作者

🫰 | Hello Everyone

Typing SVG

🏃‍♂️ | Personal Information


  • 🔭 | 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 Archlinux.
  • 📝 | 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.

📈 | To Do List

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
}
}

🏆 | Github Profile Trophy