Skip to content

Commit

Permalink
update the documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
codingzorro committed Jan 14, 2024
1 parent 86a7d0c commit 27fdccd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@ Note that they fail; i.e, they are "red" according to the TDD terminology.
Tag [morning-01-green](https://github.com/codingzorro/advent2023/releases/tag/morning-01-green)
implements the functions needed to pass the existing tests

###
### Step 3: Go back to "red"
With the existing code, we can calculate the calibration of each line. Now
we can start writing the "main program": take a list of lines and get the total
sum of the calibration of each line:

* we write the test
* we write a skeleton of the function meant to pass the test
* we verify that we are in a "red" phase again.

Tag [morning-01-red-again](https://github.com/codingzorro/advent2023/releases/tag/morning-01-red-again)
marks the repository's state after these steps have been implemented.

0 comments on commit 27fdccd

Please sign in to comment.