haiku-detector/README.md

16 lines
445 B
Markdown
Raw Permalink Normal View History

2025-05-26 11:18:34 +09:30
[![Go Reference](https://pkg.go.dev/badge/code.ppl.town/justin/haiku-detector.svg)](https://pkg.go.dev/code.ppl.town/justin/haiku-detector)
2025-03-27 19:58:21 +10:30
2025-05-26 11:18:34 +09:30
import "code.ppl.town/justin/haiku-detector"
2025-03-27 19:58:21 +10:30
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