Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 216 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 216 Bytes

Ping Pong in elixir.

This is a small example making a simple Ping-Pong using spawn, processes, sends, etc.

How to use:

{iex_ping, iex_pong} = PingPong.start

send iex_ping, {iex_pong, :pong}