Browse Source

renaming import

content-update
lee 3 years ago
parent
commit
ba1bfdaf81
  1. 4
      subjects/string_literals/README.md

4
subjects/string_literals/README.md

@ -1,4 +1,4 @@
## string literal ## string literals
### Instructions ### Instructions
@ -42,7 +42,7 @@ pub fn find(v: &str, pat: char) -> usize {
Here is a program to test your function Here is a program to test your function
```rust ```rust
use string_literal::*; use string_literals::*;
fn main() { fn main() {
println!("{}", is_empty("")); println!("{}", is_empty(""));

Loading…
Cancel
Save