char mins done; need to shuffle some error condition checks before

This commit is contained in:
2022-03-04 01:04:14 -05:00
parent 77d5271b5a
commit 1c0481824e
9 changed files with 215 additions and 16 deletions

View File

@@ -37,6 +37,7 @@ func main() {
ExtendedSymbols: a.ExtendSymbols,
CountUpper: a.NumUpper,
CountLower: a.NumLower,
CountNumbers: a.NumNumbers,
CountSymbols: a.NumSymbols,
CountExtended: a.NumExtended,
DisabledChars: nil,