~w[ボ ジョ レ ヌ ボ] |> Enum.shuffle |> Enum.with_index |> Enum.map(fn {x, i} -> if i>1, do: [x,"ー"], else: x end) |> Enum.join |> IO.puts
ヌジョレーボーボー