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

https://github.com/cidem/aoc2022

Advent of Code 2022 in Lua
https://github.com/cidem/aoc2022

advent-of-code advent-of-code-2022 aoc

Last synced: 7 months ago
JSON representation

Advent of Code 2022 in Lua

Awesome Lists containing this project

README

          

# :christmas_tree: Advent of Code 2022 :santa:

Also see my [Zig solutions](https://github.com/cideM/aoc2022-zig)!

## Quickstart

```shell
$ fd . --no-hidden --no-ignore | entr -c -s 'lua d6/main.lua < d6/input.txt'
```

## Progress (25/25)

| | Lua |
| --- | ------- |
| 1 | :bell: |
| 2 | :bell: |
| 3 | :bell: |
| 4 | :bell: |
| 5 | :bell: |
| 6 | :bell: |
| 7 | :bell: |
| 8 | :bell: |
| 9 | :bell: |
| 10 | :bell: |
| 11 | :bell: |
| 12 | :bell: |
| 13 | :bell: |
| 14 | :bell: |
| 15 | :bell: |
| 16 | :bell: |
| 17 | :bell: |
| 18 | :bell: |
| 19 | :bell: |
| 20 | :bell: |
| 21 | :bell: |
| 22 | :bell: |
| 23 | :bell: |
| 24 | :bell: |
| 25 | :bell: |

## 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
# [Lua]()

60 lines of code according to `tokei` when formatted with `stylua`.

[GitHub Repository](https://github.com/cideM/aoc2022)
```