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
- Host: GitHub
- URL: https://github.com/sendilkumarn/advent-of-zig
- Owner: sendilkumarn
- Created: 2020-12-02T13:42:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T02:41:05.000Z (about 5 years ago)
- Last Synced: 2024-12-29T15:12:33.612Z (about 1 year ago)
- Language: Zig
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)
```