Browse Source

Update README.md

1277-skiptheline
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
f6826b23fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/skiptheline/README.md

2
subjects/skiptheline/README.md

@ -23,7 +23,7 @@ import "fmt"
func main() {
fmt.Println(AddFront("Hello", []string{"world"}))
fmt.Println(AddFront("Hello", []string{"","world", "!"}))
fmt.Println(AddFront("Hello", []string{"world", "!"}))
fmt.Println(AddFront("Hello", []string{}))
}
```

Loading…
Cancel
Save