Merge pull request #159 from iLoveTangY/fix/editable

fix: Make the first exercise editable in 10.3
This commit is contained in:
Sunface 2022-03-17 10:46:54 +08:00 committed by GitHub
commit 23ed2a7dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ The hash table implementation is a Rust port of Googles [SwissTable](https://
1. 🌟🌟
```rust,editbale
// FILL in the blanks and FIX the erros
use std::collections::HashMap;
fn main() {

View File

@ -7,6 +7,7 @@
1. 🌟🌟
```rust,editbale
// 填空并修复错误
use std::collections::HashMap;
fn main() {