Browse Source

Update README.md

DEV-3198-new-go-exercise-get-digit-len
Pipapu 2 years ago committed by GitHub
parent
commit
b893bc5bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/inv_pyramid/README.md

2
subjects/inv_pyramid/README.md

@ -26,7 +26,7 @@ i = 5
### Expected Functions
```rust
fn inv_pyramid(v: &str, i: u32) -> Vec<&str> {}
fn inv_pyramid(v: String, i: u32) -> Vec<String> {}
```
### Usage

Loading…
Cancel
Save