File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/by/andd3dfx/game Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88import 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 *
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 */
3839public class NotQuiteLisp {
3940
Original file line number Diff line number Diff line change 1111import 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 *
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 */
110112public class SecretEntrance {
111113
You can’t perform that action at this time.
0 commit comments