Skip to content

Latest commit

 

History

History

chapter_01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
To run the program, start Erlang (in the same directory),
then run the following in the Erlang shell:

1> c(pingpong).
{ok,pingpong}
2> pingpong:run().
ok
3>