Skip to content

Commit 187210f

Browse files
committed
Format day07 solution
1 parent a438221 commit 187210f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

2024/07.livemd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ end
6767

6868
```elixir
6969
puzzle_1 = fn ->
70-
operators = [:multiply, :add]
71-
BridgeRepair.sum_of_sums(puzzle_input, operators)
70+
operators = [:multiply, :add]
71+
BridgeRepair.sum_of_sums(puzzle_input, operators)
7272
end
7373

7474
puzzle_1.()
@@ -78,8 +78,8 @@ puzzle_1.()
7878

7979
```elixir
8080
puzzle_2 = fn ->
81-
operators = [:multiply, :add, :concatenation]
82-
BridgeRepair.sum_of_sums(puzzle_input, operators)
81+
operators = [:multiply, :add, :concatenation]
82+
BridgeRepair.sum_of_sums(puzzle_input, operators)
8383
end
8484

8585
puzzle_2.()
@@ -100,4 +100,4 @@ Benchee.run(
100100
| puzzle_1 | 119.32 | 8.38 ms | ±5.76% | 8.32 ms | 9.90 ms |
101101
| puzzle_2 | 22.29 | 44.86 ms | ±5.46% | 44.67 ms | 62.88 ms |
102102

103-
<!-- livebook:{"offset":2406,"stamp":{"token":"XCP.GrJl8d6NzNMsMCr3MwUAykH5hL3VdP5HKKhY7b97FPCfD4KJrRnNLVzhTG08q5H8Yp_R9i-2_YHwyufPJCFGGtF_tAXQVVOyneFomxdkpL4836jphNU","version":2}} -->
103+
<!-- livebook:{"offset":2414,"stamp":{"token":"XCP.3fgkthhZkLym6mvDaHbtAcgUBMRk1ZGznKSqCEpiWOQ6K9ehYGniKzEjUclk-vkLXopKj-z4Cj6Tsl_yYyFojlCJXmRVJKyttS93LgNI50xa5EvoQIQ","version":2}} -->

0 commit comments

Comments
 (0)