Thread overview
advent of code 2018?
Dec 03, 2018
aliak
Dec 03, 2018
Paul Backus
Dec 03, 2018
dwdv
Dec 03, 2018
Neia Neutuladh
Dec 03, 2018
aliak
Dec 04, 2018
krzaq
December 03, 2018
Anyone here doing it this year? Especially in D?

https://adventofcode.com/2018
December 03, 2018
On Monday, 3 December 2018 at 17:56:48 UTC, aliak wrote:
> Anyone here doing it this year? Especially in D?
>
> https://adventofcode.com/2018

I was going to do it in D last year, but ended up not finishing (holidays are busy), so I'm trying again this year.

Solutions so far: https://github.com/pbackus/advent18
December 03, 2018
On 12/3/18 6:56 PM, aliak via Digitalmars-d wrote:
> Anyone here doing it this year? Especially in D?

Yes, I'm posting my solutions in the r/adventofcode daily megathread. Unfortunately, day03 won't be on time, solving it tomorrow together with the next one.

Previous two days here: https://old.reddit.com/user/dwdv (throwaway account)

Still learning the language and struggling with the basics, so any feedback will be appreciated!
December 03, 2018
On Mon, 03 Dec 2018 17:56:48 +0000, aliak wrote:
> Anyone here doing it this year? Especially in D?
> 
> https://adventofcode.com/2018

Thanks for the reminder! I just did the first three days of it.

https://git.ikeran.org/dhasenan/adventofcode2018
December 03, 2018
On Monday, 3 December 2018 at 21:32:19 UTC, Neia Neutuladh wrote:
> On Mon, 03 Dec 2018 17:56:48 +0000, aliak wrote:
>> Anyone here doing it this year? Especially in D?
>> 
>> https://adventofcode.com/2018
>
> Thanks for the reminder! I just did the first three days of it.
>
> https://git.ikeran.org/dhasenan/adventofcode2018

I like your infrastructure setup!

Nice, seems like there's a handful. Looks like we've all had relatively different solutions as well: https://github.com/aliak00/aoc2018
December 04, 2018
On Monday, 3 December 2018 at 22:23:10 UTC, aliak wrote:
> On Monday, 3 December 2018 at 21:32:19 UTC, Neia Neutuladh wrote:
>> On Mon, 03 Dec 2018 17:56:48 +0000, aliak wrote:
>>> Anyone here doing it this year? Especially in D?
>>> 
>>> https://adventofcode.com/2018
>>
>> Thanks for the reminder! I just did the first three days of it.
>>
>> https://git.ikeran.org/dhasenan/adventofcode2018
>
> I like your infrastructure setup!
>
> Nice, seems like there's a handful. Looks like we've all had relatively different solutions as well: https://github.com/aliak00/aoc2018

I do some of my solutions in D:

https://github.com/KrzaQ/AdventOfCode2018