Reimplementation of Pijul in C, for education, fun and absolutely no profit

#9 change: Handle Option for file add/del/undel

Opened by laumann on July 18, 2023
laumann on July 18, 2023

The “contents” atom in structs fileadd, filedel, and fileundel are technically optional, but we haven’t really built a way to indicate that. We should fix that.