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

https://github.com/sendilkumarn/advent-of-zig

An attempt to learn zig lang
https://github.com/sendilkumarn/advent-of-zig

Last synced: about 2 months ago
JSON representation

An attempt to learn zig lang

Awesome Lists containing this project

README

          

# An attempt to learn zig lang via advent of code.

> Note: This repo might contain the ugliest, low performing zig lang code. This is completely built with no experience in ziglang at all.

```
$ zig build-exe 2020/day-number/part.zig && ./part
(your answer)
```