In order to exit the interactive Elixir shell (iex), all you need do is type:
Ctrl-ctwice; orCtrl-g,q,<Return>; or sometimesCtrl-\
Missed the opportunity to allow :q.
In order to exit the interactive Elixir shell (iex), all you need do is type:
Ctrl-c twice; orCtrl-g, q, <Return>; or sometimesCtrl-\Missed the opportunity to allow :q.