https://github.com/cidem/aoc2024-haskell
Advent of Code 2024 using only what's shipped with a typical GHC installation
https://github.com/cidem/aoc2024-haskell
advent-of-code advent-of-code-2024
Last synced: over 1 year ago
JSON representation
Advent of Code 2024 using only what's shipped with a typical GHC installation
- Host: GitHub
- URL: https://github.com/cidem/aoc2024-haskell
- Owner: cideM
- Created: 2024-12-30T15:42:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T21:32:46.000Z (over 1 year ago)
- Last Synced: 2025-01-20T05:35:33.198Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2024
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024 in Haskell :santa: :christmas_tree:
## Quickstart
For Fish shell.
```shell
$ runhaskell d1/main.hs < d1/ex.txt
```
## Progress (1/25)
| | Haskell |
| --- | ------- |
| 1 | :bell: |
| 2 | :zzz: |
| 3 | :zzz: |
| 4 | :zzz: |
| 5 | :zzz: |
| 6 | :zzz: |
| 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: |
## Make Reddit Code Snippet
For longer code snippets, use https://topaz.github.io/paste/. If it's short enough, do this:
```
$ cat code | sed 's/^/ /' | xsel -b
$ cat code | sed 's/^/ /' | pbcopy
```
## Reddit Comment Template
```text
[LANGUAGE: Haskell]
60 lines of code according to `tokei` when formatted with `stylua`.
- [GitHub Repository](https://github.com/cideM/aoc2024-haskell)
- [Topaz Paste]()
```
## Disable Copilot
Add `set exrc` to your Neovim configuration, then `echo 'let g:copilot_enabled=v:false' > .nvimrc`, open the file and `:trust` it.