Skip to content

Commit c16f374

Browse files
authored
chore: remove commented code
1 parent 5047420 commit c16f374

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

other/password_generator/passwordgenerator.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,3 @@ func GeneratePassword(minLength int, maxLength int) string {
3737
}
3838
}
3939
}
40-
41-
// func main() {
42-
// rand.Seed(time.Now().Unix())
43-
44-
// fmt.Print("Please specify a minimum length: ")
45-
// var minLength int
46-
// fmt.Scanf("%d", &minLength)
47-
48-
// fmt.Print("Please specify a maximum length: ")
49-
// var maxLength int
50-
// fmt.Scanf("%d", &maxLength)
51-
52-
// fmt.Printf("Your generated password is %v\n", generatePassword(minLength, maxLength))
53-
// }

0 commit comments

Comments
 (0)