Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/russmatney/advent-of-code-zig


https://github.com/russmatney/advent-of-code-zig

advent-of-code adventofcode zig

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#+title: Advent of Code - Zig

* resources
- zig website: https://ziglang.org
- intro docs: https://ziglang.org/learn/overview/
- zig learn: https://ziglearn.org/
- zig std lib docs: https://ziglang.org/documentation/master/std/#A;std
- zig strings in 5 min: https://www.huy.rocks/everyday/01-04-2022-zig-strings-in-5-minutes
- zig http client usage: https://zig.news/nameless/coming-soon-to-a-zig-near-you-http-client-5b81

You can view different versions of the std lib:
- 0.11.0 std lib docs: https://ziglang.org/documentation/0.11.0/std

zig for advent of code: https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code

more learning/getting started: https://www.openmymind.net/learning_zig/coding_in_zig/

* 2023
** [[file:src/2023/day01_trebuchet.zig][Day 1]]: Trebuchet
** [[file:src/2023/day02_cube_conundrum.zig][Day 2]]: Cubes
** [[file:src/2023/day03_part_numbers.zig][Day 3]]: Part Numbers
* 2015
** [[file:src/2015/day01_not_quite_lisp.zig][Day 1]]: Not Quite Lisp
** [[file:src/2015/day02_i_was_told_no_math.zig][Day 2]]: I was told there would be no math
** [[file:src/2015/day03_spherical_houses.zig][Day 3]]: Perfectly Spherical Houses in a Vacuum

* Other AOCs
- [[https://github.com/russmatney/advent-of-code][advent-of-code (clojure)]]
- [[https://github.com/russmatney/advent-of-godot][advent-of-godot]]
- [[https://github.com/russmatney/advent-of-code-gerbil][advent-of-code-gerbil]]