Add README.md
Add null check to make_zero function
Fix missing pattern in print_list
Implementation of Peano numbers and lazy list as sum data types in C as discussed in https://nullbuffer.com/2019/11/15/algebraic_c.html.
To compile a specific example, you can simply run
$ make
in its folder.