You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 07/log.txt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ How many IPs in your puzzle input support TLS?
14
14
15
15
Your puzzle answer was 115.
16
16
17
-
The first half of this puzzle is complete! It provides one gold star: *
18
-
19
17
--- Part Two ---
20
18
21
19
You would also like to know which IPs support SSL (super-secret listening).
@@ -28,4 +26,8 @@ aba[bab]xyz supports SSL (aba outside square brackets with corresponding bab wit
28
26
xyx[xyx]xyx does not support SSL (xyx, but no corresponding yxy).
29
27
aaa[kek]eke supports SSL (eke in supernet with corresponding kek in hypernet; the aaa sequence is not related, because the interior character must be different).
30
28
zazbz[bzb]cdb supports SSL (zaz has no corresponding aza, but zbz has a corresponding bzb, even though zaz and zbz overlap).
31
-
How many IPs in your puzzle input support SSL?
29
+
How many IPs in your puzzle input support SSL?
30
+
31
+
Your puzzle answer was 231.
32
+
33
+
Both parts of this puzzle are complete! They provide two gold stars: **
0 commit comments