-
See https://github.com/smmalis37/aoc2020/commit/3fbf5d9b9e89d18c213c0d9df6a08db9364b2604#diff-6965df871359c91ee03b5564314f3e131c0877b8603aea626b5d8f9180eb4ee8R28-L29
The highlighted change, when me…
-
Repro:
```
git clone https://github.com/eduherminio/AoC2020
git checkout bd7571e4da2a9563fa0d795b97faddd6cfbe95a8
dotnet run 24
https://github.com/eduherminio/AoC2020/tree/fasthashset
```
No…
-
The following is copied directly from Day 3 of @toshok's https://github.com/toshok/aoc2020/blob/main/diary.md. The only thing I would add is that this is somewhat surprising because we get good warni…
-
https://github.com/pietroppeter/adventofnim/blob/fb2f90e491034342608b8fc302f8f0d239ce33c3/2020/day04.nim#L7
Or consider learning NPeg instead!
https://github.com/zevv/aoc2020/blob/master/04/mai…
-
Hows it going?
Others on the AOC leaderboard:
https://github.com/petebannister/aoc2020
https://github.com/richardgill/advent-of-code-2020
https://github.com/Hephaestuz/AdventOfCode2020
-
Not an issue with the code - just a thanks for doing it. I got the furthest I've gotten this year in Advent of Code on my own but stole two of your answers when i got stuck and also learned some new w…
-
![voting](https://user-images.githubusercontent.com/4785303/40201649-91fca2aa-5a17-11e8-84aa-253056b4b917.png)
![app](https://user-images.githubusercontent.com/4785303/40201815-192cff04-5a18-11e8-8fa…
-
```
> List.at (Some 1) [1,2,3]
```
UCM:
```
The 1st argument to `List.at`
has type: Maybe Nat
but I expected: Nat
97 | > List.at (Some 1) [1,2,3]
```
```
> …
-
Hi @ryanneph are the challenges related to AI?
-
@maorleger these files all end in `.ts` but I don't see any types in any of these solutions. Should we rename these to `.js` for the sake of honesty?
Example: https://github.com/maorleger/aoc2020…