WNZP5NXYZYP5TFMKQZRLPT6UXBNBNYXLBWWZL5DQDRCM7ZWZ5CJAC
Pijul, but written in C for no fun and absolutely no profit.
Pijul, written in C. I only do this to learn the fundamentals of how Pijul is
put together, and a distant secondary goal is to create an alternate
implementation to provide a point of comparison with the Rust implementation.
Code style
----------
Include files
~~~~~~~~~~~~~
Simple rule: include files should never include include files. Instead they
state (in comments or implicitly) what files they need to have included first,
the problem of deciding which files to include is pushed to the user.
[ the above is listed straight from pikestyle, see [pikestyle] ]