https://github.com/cidem/aoc2022-zig
I Don't Actually Know Zig At all
https://github.com/cidem/aoc2022-zig
advent-of-code advent-of-code-2022 aoc aoc2022
Last synced: 7 months ago
JSON representation
I Don't Actually Know Zig At all
- Host: GitHub
- URL: https://github.com/cidem/aoc2022-zig
- Owner: cideM
- License: agpl-3.0
- Created: 2022-12-02T10:03:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:41:16.000Z (over 2 years ago)
- Last Synced: 2024-12-27T19:16:09.134Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, aoc2022
- Language: Zig
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :christmas_tree: Advent of Code 2022 :santa:
Also see my [Lua solutions](https://github.com/cideM/aoc2022)!
## Progress (06/25)
| | Zig |
| --- | ------- |
| 1 | :bell: |
| 2 | :bell: |
| 3 | :bell: |
| 4 | :bell: |
| 5 | :bell: |
| 6 | :bell: |
| 7 | :zzz: |
| 8 | :zzz: |
| 9 | :zzz: |
| 10 | :zzz: |
| 11 | :zzz: |
| 12 | :zzz: |
| 13 | :zzz: |
| 14 | :zzz: |
| 15 | :zzz: |
| 16 | :zzz: |
| 17 | :zzz: |
| 18 | :zzz: |
| 19 | :zzz: |
| 20 | :zzz: |
| 21 | :zzz: |
| 22 | :zzz: |
| 23 | :zzz: |
| 24 | :zzz: |
| 25 | :zzz: |
## Misc
Post code on Reddit, first for Linux, second for MacOS.
```
$ cat code | sed 's/^/ /' | xsel -b`
$ cat code | sed 's/^/ /' | pbcopy`
```
Turn it into a message:
```text
# [Zig]()
[GitHub Repository](https://github.com/cideM/aoc2022-zig)
```