ddf758951e24fdeb340cd942d1e0305f5238ddab
I'm sure there's a better way to strip the UTF-8 BOM from the beginning of the file (and/or use that information to actually handle the string appropriately) but this works for my use case. At this point, we support ASCII and UTF-8 in LE order with or without the byte-order mark and, I think, either \n or \n\r line endings as input text file formats.
Advent of Code 2021
My solutions to Advent of Code 2021.
Description
Languages
C#
94.8%
JavaScript
3.1%
Rust
1.2%
Go
0.9%