ๅ…ณไบŽไฝœ่€…

๐Ÿซฐ | 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