Browse Source

Update README.md

add import for the example
content-update
Abylaikhan Zulbukharov 3 years ago committed by GitHub
parent
commit
28679151d3
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