Skip to content

Commit c5b2de8

Browse files
committed
Minor formatting fixes and title added to Day 4
1 parent 36d9a76 commit c5b2de8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ Pre-Challenge Goals:
3030
|Day 1: Not Quite Lisp|☑️|⭐⭐||Python|
3131
|Day 2: I Was Told There Would Be No Math|☑️|⭐⭐||Python|
3232
|Day 3: Perfectly Spherical Houses in a Vacuum|☑️|⭐⭐||Python|
33-

aoc_25/solutions/day04.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Day 4 - Title Goes Here"""
1+
"""Day 4 - Printing Department"""
22

33
from typing import Any
44
from utils.aoc_utils import report_results, AoCResult, input_for_day

0 commit comments

Comments
 (0)