Lol language application example

April 5, 2014 ยท View on GitHub

Build and run

$ git clone git://github.com/b0oh/lol_example
$ cd lol_example
$ make
$ make run

In different terminal session:

$ telnet localhost 1234
> hello
hello

That's all folks.