Block a user
fdd92dd5f7
Make it more like libraries.rs, tried reading whole file into vec, but it's very slow, maybe slice is better
45b3014cbb
Store station name as byte slice and only convert to string once at the end, but using u64 hash as key is still faster
78df584c4d
y2024d18
4cb23761b2
y2024d17p2 needed u64 also, kinda cheating as I didn't really understand the puzzle
5296af36dd
y2024d17p2 test works