Browse Source

Merge pull request #724 from Zulbukharov/patch-1

Update README.md
content-update
augusto-mantilla 3 years ago committed by GitHub
parent
commit
0f8b4c1444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/borrow/README.md

2
subjects/borrow/README.md

@ -19,6 +19,8 @@ pub fn str_len(s: ) -> usize {
Here is a possible program to test your function :
```rust
use borrow::*;
fn main() {
let s = "hello";
let s1 = "camelCase".to_string();

Loading…
Cancel
Save