lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 14 forks source link

introduce appendLines method in IO. #46

Closed trilleplay closed 5 months ago

trilleplay commented 11 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 .

bjornregnell commented 5 months ago

I guess we should have trailing "\n" in the line-writers.

trilleplay commented 5 months ago

Added a trailing newline @bjornregnell