add BonusExercises.java

This commit is contained in:
2026-04-24 01:52:15 -07:00
parent ac31fc3814
commit c681707536
+1 -11
View File
@@ -166,16 +166,6 @@ 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
"""));
}
}