We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d9a76 commit c5b2de8Copy full SHA for c5b2de8
README.md
@@ -30,4 +30,3 @@ Pre-Challenge Goals:
30
|Day 1: Not Quite Lisp|☑️|⭐⭐||Python|
31
|Day 2: I Was Told There Would Be No Math|☑️|⭐⭐||Python|
32
|Day 3: Perfectly Spherical Houses in a Vacuum|☑️|⭐⭐||Python|
33
-
aoc_25/solutions/day04.py
@@ -1,4 +1,4 @@
1
-"""Day 4 - Title Goes Here"""
+"""Day 4 - Printing Department"""
2
3
from typing import Any
4
from utils.aoc_utils import report_results, AoCResult, input_for_day
0 commit comments