develop #1

Merged
Sadra3st merged 3 commits from develop into main 2026-05-06 10:25:41 +00:00
Showing only changes of commit c681707536 - Show all commits
-10
View File
@@ -167,15 +167,5 @@ public class BonusExercises {
public static void main(String[] args) { public static void main(String[] args) {
// you can test your code here // 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
"""));
} }
} }