update numbers

This commit is contained in:
sunface
2022-02-24 20:31:19 +08:00
parent 660398d8d7
commit fc3bbc481c
9 changed files with 100 additions and 10 deletions

View File

@ -1 +1,5 @@
# Basic Types
# 基本类型
学习资料:
- English: [Rust Book 3.2 and 3.3](https://doc.rust-lang.org/book/ch03-02-data-types.html)
- 简体中文: [Rust语言圣经 - 基本类型](https://course.rs/basic/base-type/index.html)