Browse Source

Update slice.en.md

content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
5bd1c84237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/slice.en.md

4
subjects/slice.en.md

@ -13,7 +13,7 @@ This means that:
### Instructions
Write a **program** that replicates the javascript functions `slice`.
Write a **program** that replicates the javascript function `slice`.
The program receives an array of strings and one or more integers, and returns an array of strings. The returned array is part of the received one but cut from the position indicated in the first int, until the position indicated by the second int.
@ -57,4 +57,4 @@ student@ubuntu:~/student/test$ ./test
[algorithm ascii package golang]
[package]
[]
```
```

Loading…
Cancel
Save