Browse Source

Update README.md

DEV-3181-new-go-exercise-printandmiss
zainab Dnaya 2 years ago committed by GitHub
parent
commit
0a4927e4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      subjects/printandmiss/README.md

14
subjects/printandmiss/README.md

@ -27,12 +27,12 @@ import (
)
func main() {
fmt.Print(PrintAndMiss("123456789", 3))
fmt.Print(PrintAndMiss("abcdefghijklmnopqrstuvwyz", 3))
fmt.Print(PrintAndMiss("", 3))
fmt.Print(PrintAndMiss("hello you all ! ", 0))
fmt.Print(PrintAndMiss("what is your name?", 0))
fmt.Print(PrintAndMiss("go Exercise Print and Miss", -5))
PrintAndMiss("123456789", 3))
PrintAndMiss("abcdefghijklmnopqrstuvwyz", 3))
PrintAndMiss("", 3))
PrintAndMiss("hello you all ! ", 0))
PrintAndMiss("what is your name?", 0))
PrintAndMiss("go Exercise Print and Miss", -5))
}
```
@ -46,4 +46,4 @@ Invalid Output$
hello you all ! $
what is your name?$
Invalid Output$
```
```

Loading…
Cancel
Save