Hacker News new | ask | show | jobs
by ttobi 933 days ago
I am actually using it to submit my solutions without leaving the editor (out of lazyness).

I just need to run `aoc submit <my-solution>` and immediately get feedback if I am correct. If that it the case, it automatically downloads the second problem so I can immediately continue.

As explained in another comment I'm not participating competitively. I just really like automating things.

I also think that AI assisted program solving if against the spirit of AoC, so I will add a note to the readme to discourage it.

1 comments

Nice job scratching your own itch!