File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
68
68
``` elixir
69
69
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)
72
72
end
73
73
74
74
puzzle_1 .()
@@ -78,8 +78,8 @@ puzzle_1.()
78
78
79
79
``` elixir
80
80
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)
83
83
end
84
84
85
85
puzzle_2 .()
@@ -100,4 +100,4 @@ Benchee.run(
100
100
| puzzle_1 | 119.32 | 8.38 ms | ±5.76% | 8.32 ms | 9.90 ms |
101
101
| puzzle_2 | 22.29 | 44.86 ms | ±5.46% | 44.67 ms | 62.88 ms |
102
102
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}} -->
You can’t perform that action at this time.
0 commit comments