Skip to content

Commit 60f449b

Browse files
committed
docs: update text
1 parent fa22d02 commit 60f449b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Each Advent of Code (AOC) event quiz has its folder under **`"/src/<YEAR>/<YYYY-
6464

6565
#### Other Items
6666

67-
- **/src/lib**: Folder containing generic utility helper functions
67+
- **/src/utils**: Folder containing generic utility helper functions
6868
- **/src/dist**: Folder containing the JavaScript files compiled from TypeScript (not committed to the repository)
6969
- **/src/sample**: Miscellaneous random examples
7070
- **/src/index.ts**: Exports all solutions to AOC quiz answer functions

src/2024/2024-12-02/quiz.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ test('no. of safe reports quiz', () => {
55
expect(quiz20241202_01()).toBe(598)
66
})
77

8-
test('no. of safe reports quiz', () => {
8+
test('no. of safe reports quiz with dampener', () => {
99
expect(quiz20241202_02()).toBe(634)
1010
})

0 commit comments

Comments
 (0)