Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cidem/aoc2021
Advent of Lua
https://github.com/cidem/aoc2021
advent-of-code advent-of-code-2021 aoc2021 lua
Last synced: 1 day ago
JSON representation
Advent of Lua
- Host: GitHub
- URL: https://github.com/cidem/aoc2021
- Owner: cideM
- License: agpl-3.0
- Created: 2021-12-01T09:15:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:41:13.000Z (11 months ago)
- Last Synced: 2024-10-12T00:27:32.114Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2021, aoc2021, lua
- Language: Lua
- Homepage:
- Size: 138 KB
- Stars: 0
- 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 2021 :santa:
## Quickstart
```shell
$ fd . --no-hidden --no-ignore | entr -c -s 'lua d6/main.lua < d6/input.txt'
```## Progress (25/25)
| | Haskell | Lua |
| --- | ------- | ------- |
| 1 | :bell: | :bell: |
| 2 | :zzz: | :bell: |
| 3 | :zzz: | :bell: |
| 4 | :zzz: | :bell: |
| 5 | :zzz: | :bell: |
| 6 | :zzz: | :bell: |
| 7 | :zzz: | :bell: |
| 8 | :zzz: | :bell: |
| 9 | :zzz: | :bell: |
| 10 | :zzz: | :bell: |
| 11 | :zzz: | :bell: |
| 12 | :zzz: | :bell: |
| 13 | :zzz: | :bell: |
| 14 | :zzz: | :bell: |
| 15 | :zzz: | :bell: |
| 16 | :zzz: | :bell: |
| 17 | :zzz: | :bell: |
| 18 | :zzz: | :bell: |
| 19 | :zzz: | :bell: |
| 20 | :zzz: | :bell: |
| 21 | :zzz: | :bell: |
| 22 | :zzz: | :bell: |
| 23 | :zzz: | :bell: |
| 24 | :zzz: | :bell: |
| 25 | :zzz: | :bell: |## Misc
Post code on Reddit, first for Linux, second for MacOS.
```
$ cat code | sed 's/^/ /' | xsel -b`
$ cat code | sed 's/^/ /' | pbcopy`
```