updated parser

This commit is contained in:
Cereska
2026-02-23 08:46:15 -05:00
parent a9a598db8a
commit 66a2eb9546
2 changed files with 14 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ func main() {
// Fetch user input
fmt.Print("Enter your password: ")
fmt.Scanf("%s", &input)
fmt.Println(input)
// Check users password
message, err := password.Check(input, commonWords, commonPasswords)