Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/russmatney/advent-of-code-zig
- Owner: russmatney
- Created: 2023-11-24T23:40:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T22:54:56.000Z (about 1 year ago)
- Last Synced: 2024-04-14T19:19:39.754Z (9 months ago)
- Topics: advent-of-code, adventofcode, zig
- Language: Zig
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
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-5b81You can view different versions of the std lib:
- 0.11.0 std lib docs: https://ziglang.org/documentation/0.11.0/stdzig 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]]