I finished. Hooray!!

Todays exercise was sublist. Check if a list is equal to, a subset of or superset of another list. Looking at the community solutions I still think they are overusing LINQ, not everything has to be done with LINQ. For sub/superlist I did something where you skip to the next potential match in the list. With LINQ they were effectively comparing every possible span of items. Mine should be faster algorithmically at least. I am down to a nice 55 exercises remaining on the C# track. Maybe I will try to finish it, who knows.

I said I was going to make an LCD Screen say “Hello, World!”. I kept my promise, here it is. Spent the last day returning to the pi Pico just long enough to print something to an LCD. Those arrow characters are custom characters.

I did have an idea of making my own Simon game with the Pi Pico. Hopefully I will try that in the future.

I am very tired, but glad I finished 100 Days of Code. I actually did something with code outside of the nine to five. Maybe I will try it again in 2026.