Browse Source

Update README.md

DEV-3180-new-go-exercise-fifthandskip
zainab Dnaya 2 years ago committed by GitHub
parent
commit
e3f1c38261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/FifthAndSkip/README.md

6
subjects/FifthAndSkip/README.md

@ -26,9 +26,9 @@ import (
)
func main() {
fmt.Print(FifthAndSkip("abcdefghijklmnopqrstuwxyz"))
fmt.Print(FifthAndSkip("This is a short sentence"))
fmt.Print(FifthAndSkip("1234"))
FifthAndSkip("abcdefghijklmnopqrstuwxyz"))
FifthAndSkip("This is a short sentence"))
FifthAndSkip("1234"))
}
```

Loading…
Cancel
Save