mirror of
https://github.com/seigler/aoc2024
synced 2025-07-27 00:56:10 +00:00
day 2
This commit is contained in:
parent
d54c4c67a2
commit
9cb3d6b5a4
4 changed files with 79 additions and 28 deletions
18
README.md
18
README.md
|
@ -12,7 +12,7 @@
|
|||
<!--SOLUTIONS-->
|
||||
|
||||
[](src/day01)
|
||||

|
||||
[](src/day02)
|
||||

|
||||

|
||||

|
||||
|
@ -69,16 +69,16 @@ npm start 1
|
|||
|
||||
```
|
||||
Day 01
|
||||
Time part 1: 1.264ms
|
||||
Time part 2: 1.025ms
|
||||
Both parts: 2.289ms
|
||||
Time part 1: 1.293ms
|
||||
Time part 2: 1.051ms
|
||||
Both parts: 2.344ms
|
||||
```
|
||||
|
||||
```
|
||||
Day 02
|
||||
Time part 1: -
|
||||
Time part 2: -
|
||||
Both parts: -
|
||||
Time part 1: 1.424ms
|
||||
Time part 2: 2.115ms
|
||||
Both parts: 3.539ms
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -243,8 +243,8 @@ Both parts: -
|
|||
```
|
||||
|
||||
```
|
||||
Total stars: 2/50
|
||||
Total time: 2.289ms
|
||||
Total stars: 4/50
|
||||
Total time: 5.883ms
|
||||
```
|
||||
|
||||
<!--/RESULTS-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue