fixed a bug where the links to the puzzle pages weren't inside a comment
This commit is contained in:
parent
a51e888c3f
commit
aa7e16a7f7
2
day02.py
2
day02.py
@ -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
|
||||
|
||||
2
day03.py
2
day03.py
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user