Closed trilleplay closed 5 months ago
Adds appendLines to the IO api, which lets users easily append a sequence of strings to a file that already exists.
Solves #45 .
I guess we should have trailing "\n" in the line-writers.
Added a trailing newline @bjornregnell
Adds appendLines to the IO api, which lets users easily append a sequence of strings to a file that already exists.
Solves #45 .