From a3dcd533e6af975807687ea8fe9e4212eaeb39c6 Mon Sep 17 00:00:00 2001 From: sunface Date: Mon, 7 Mar 2022 22:14:39 +0800 Subject: [PATCH] add Vectors --- ChangeLog.md | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5cba9b9..de737d5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,7 +3,7 @@ ### 2022-03-07 - Add [Strings](https://practice.rs/collections/string.html) - +- Add [Vectors](https://practice.rs/collections/vector.html) ### 2022-03-06 diff --git a/Readme.md b/Readme.md index 92a8212..424f061 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ This book was designed for easily diving into Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics ! -> 🎊 Updated on 2022-03-07: Add [Strings](https://practice.rs/collections/string.html) +> 🎊 Updated on 2022-03-07: Add [Vectors](https://practice.rs/collections/vector.html) ## Read online