fixed a bug where the links to the puzzle pages weren't inside a comment

This commit is contained in:
Tobias Radloff 2025-12-05 17:53:37 +01:00
parent a51e888c3f
commit aa7e16a7f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
https://adventofcode.com/2025/day/2
# https://adventofcode.com/2025/day/2
import re
from functools import reduce

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
https://adventofcode.com/2025/day/3
# https://adventofcode.com/2025/day/3
f = open("day03input.txt", "r")
#f = open("testinput.txt", "r")

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
https://adventofcode.com/2025/day/4
# https://adventofcode.com/2025/day/4
f = open("day04input.txt", "r")
#f = open("testinput.txt", "r")