Jump to content

ABC words: Difference between revisions

(→‎{{header|Wren}}: Need more sleep!)
Line 223:
b := bytes.IndexRune(bword, 'b')
c := bytes.IndexRune(bword, 'c')
if a >= 0 && b >= 0a && c >= 0 && a < b && b < c {
count++
fmt.Printf("%2d: %s\n", count, string(bword))
9,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.