I wrote the following code on my iex terminal and after that it does not respond anymore, the terminal just stop, like it was expecting something else. What is actually happened?
receive do
{:hello, msg} -> msg
{:world, msg} -> "won't match"
end