- servers went down, no points
- get tool to download input for me eh, curl is working fine
-
fix getting input in main moduleremember where the input file is supposed to go
- Missing
Lines
type - getLines doesn't remove final empty line. That only happens in the
grid
function
- Add the ability to do Int % IntRange and Point % Bounds
- Today was just data parsing. Wasn't really fun.
- It's called
.reduce
FYI, don't forget
-
.splitOn{}
. Should have done this 2 days ago honestly.
-
.log
short for.also{println(it)}
-
mmof<>()
short formutableMapOf<>()
and family -
cached
kinda like pythons@lru_cache