5 lines
111 B
Text
5 lines
111 B
Text
|
let style_evaluation =
|
||
|
match (hair_color) {
|
||
|
| Red -> Good | Yellow -> Good | Brown -> Good | _ -> Good
|
||
|
}
|