package
Version:
v0.0.0-...-a04c6e3
Opens a new window with list of versions in this module.
Published: Jan 20, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package main
import (
"fmt"
"github.com/skhal/lab/iq/21/anagram"
)
func main() {
for _, s := range anagram.FindAll("abaabc", "aba") {
fmt.Println(s)
}
}
Output:
aba
baa
aab
Source Files
¶
Click to show internal directories.
Click to hide internal directories.