Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 242 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 242 Bytes

Lol language application example

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.