Browse Source

Merge pull request #724 from Zulbukharov/patch-1

Update README.md
pull/735/head
augusto-mantilla 4 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 : Here is a possible program to test your function :
```rust ```rust
use borrow::*;
fn main() { fn main() {
let s = "hello"; let s = "hello";
let s1 = "camelCase".to_string(); let s1 = "camelCase".to_string();

Loading…
Cancel
Save