Hacker News new | ask | show | jobs
by turndown 2384 days ago
Here[1] is a playlist of the creator of Zig coding in Zig. He also has some solutions for Advent of Code.

1. https://www.youtube.com/watch?v=hBCsWEQ_asM&list=PLviMr_WImM...

1 comments

> He also has some solutions for Advent of Code.

I had looked at his 2018 Advent repo and was disappointed to find that he simply pasted his input directly into the code, whereas I like to compile generic binaries that can read inputs from the command line. However, it looks like his 2019 solutions for days 1 and 2 at least do read input from a file, so this year looks like it'll be a better starting point.