Skip to content

Commit 86adf82

Browse files
committed
Adjust links, add missed links to YT videos
1 parent c053cc7 commit 86adf82

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/main/java/by/andd3dfx/game/NotQuiteLisp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import java.io.InputStreamReader;
99

1010
/**
11-
* <a href="https://adventofcode.com/2015/day/1">Task definition</a>
1211
* <pre>
1312
* --- Day 1: Not Quite Lisp ---
1413
*
@@ -34,6 +33,8 @@
3433
*
3534
* To what floor do the instructions take Santa?
3635
* </pre>
36+
*
37+
* @see <a href="https://youtu.be/7En4RJa6384">Video solution</a>
3738
*/
3839
public class NotQuiteLisp {
3940

src/main/java/by/andd3dfx/game/SecretEntrance.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import java.io.InputStreamReader;
1212

1313
/**
14-
* <a href="https://adventofcode.com/2025/day/1">Task definition</a>
1514
* <pre>
1615
* --- Day 1: Secret Entrance ---
1716
*
@@ -106,6 +105,9 @@
106105
*
107106
* Using password method 0x434C49434B, what is the password to open the door?
108107
* </pre>
108+
*
109+
* @see <a href="https://youtu.be/NGsUsBGIrYA">Video solution, part 1</a>
110+
* @see <a href="https://youtu.be/V5fPufcno8Q">Video solution, part 2</a>
109111
*/
110112
public class SecretEntrance {
111113

0 commit comments

Comments
 (0)