You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

229 lines
5.3 KiB

package main
import (
"fmt"
5 years ago
"regexp"
"strings"
)
const (
black int = iota
red
green
yellow
purple
magenta
cyan
grey