i'm messing with the layout again. serifed fonts seemed a little too fancy. i really want to figure out some way to include vertical text. it being in good taste optional
a lot of the comment stuff is still an absolute mess, but, well, it's a work in progress. isn't everything really!
this coding game has a text parsing-and-formatting problem & it's in the "hard" category
but the haskell packages they have include: parsec
(which i guess is actually in base
?? haskell's base is so weird)
so, i guess i know what i'm gonna do!!
update: solved it and got 100%, hooray. biggest issue was just making sure to insert spaces
basically everywhere.