☰
In adventofcode_rust_2015::day13
?
Function
adventofcode_rust_2015
::
day13
::
calc_happiness
source
·
[
−
]
fn calc_happiness(
seating: &
Vec
<&
String
>,
rules: &
HashMap
<
String
,
HashMap
<
String
,
i64
>>
) ->
i64