This commit is contained in:
2026-06-21 01:18:50 +03:00
parent afd438930e
commit 445a6aab94
21 changed files with 70 additions and 73 deletions
+4 -4
View File
@@ -57,10 +57,10 @@ func main() {
slices.Collect(maps.Keys(p)), imgutil.ColorToHex,
)
/*
h := make([]hex, 0, len(s))
for i := range s {
h = append(h, hex(s[i]))
}
h := make([]hex, 0, len(s))
for i := range s {
h = append(h, hex(s[i]))
}
*/
err = w.Write(s)
check(err)