update readme.md

This commit is contained in:
sunface 2022-02-24 15:58:35 +08:00
parent bc042e9552
commit b0f0d01237
4 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ This book is written in English and Chinese, you can pick up the language you ar
- 简体中文: [https://zh.exercise.rs](https://zh.exercise.rs)
## About exercises
- Try your best to make exercise comipile with NO ERRORS!
- The only correct way: make exercise comipile with NO ERRORS!
- difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟
- Everything is online: reading, editing, testing

View File

@ -10,6 +10,7 @@ Greetings and welcome to `exercise.rs` If you have the following problems:
Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skillsthis will help you fill the gap of easy-to-learn and hard-to-use.
## About exercises
- The only correct way: make exercise comipile with NO ERRORS!
- difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟
- Everything is online: reading, editing, testing

View File

@ -13,6 +13,7 @@
- 简体中文: [https://zh.exercise.rs](https://zh.exercise.rs)
## 关于练习题的说明
- 我们的练习只有一个目的:那就是让编译通过,但是你需要注意相应的提示,例如删除所有代码也可以让练习通过
- 难度等级: 简单: 🌟 中等: 🌟🌟 困难: 🌟🌟🌟 地狱: 🌟🌟🌟🌟
- 一切都在线化: 阅读、编辑和测试代码,当然还包括错误提示

View File

@ -15,6 +15,7 @@
- 简体中文: [https://zh.exercise.rs](https://zh.exercise.rs)
## 关于练习题的说明
- 我们的练习只有一个目的:那就是让编译通过,但是你需要注意相应的提示,例如删除所有代码也可以让练习通过
- 难度等级: 简单: 🌟 中等: 🌟🌟 困难: 🌟🌟🌟 地狱: 🌟🌟🌟🌟
- 一切都在线化: 阅读、编辑和测试代码,当然还包括错误提示