1 Commits
Author SHA1 Message Date
mohammadreza 17a4198ae6 merge upstream 2026-04-24 08:49:43 +00:00
+10
View File
@@ -167,5 +167,15 @@ public class BonusExercises {
public static void main(String[] args) {
// you can test your code here
BonusExercises kir = new BonusExercises();
System.out.println(kir.findValidPasswords("""
[09:15] Dev1: Just changed my password to CodeMaster@2025. \s
[09:17] Dev2: Haha, mine's still qwerty123, no special chars. \s
[09:19] Dev3: I use GitHubSuper#1 but need a better one. \s
[09:21] Dev4: AdminPass42! is good, right? \s
[09:23] Dev5: No, too simple. I switched to UltraSecure$99 last week. \s
[09:25] Dev6: Wait, are we sharing passwords here? \uD83D\uDE02 \s
"""));
}
}