16 lines
445 B
Markdown
16 lines
445 B
Markdown
[](https://pkg.go.dev/code.ppl.town/justin/haiku-detector)
|
|
|
|
|
|
import "code.ppl.town/justin/haiku-detector"
|
|
|
|
haiku := haiku.Find("haiku can be found wherever you are looking with help of some code")
|
|
|
|
if len(haiku) > 0 {
|
|
println(haiku[0].String())
|
|
}
|
|
|
|
// haiku can be found
|
|
// wherever you are looking
|
|
// with help of some code
|
|
|