Closed jonthegeek closed 1 year ago
I also added missing final lines in some files. I recently learned that some parsers will ignore the last line and thus break if there isn't a newline at the end of the file. That's why readLines yells at you for it.
I also added missing final lines in some files. I recently learned that some parsers will ignore the last line and thus break if there isn't a newline at the end of the file. That's why readLines yells at you for it.