Skip to content

cideM/aoc2023-janet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 🎅 🎄

Quickstart

$ fd . --no-hidden --no-ignore | entr -c -s 'janet d1/main.janet < d1/input.txt'

Progress (5/25)

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

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

[LANGUAGE: janet]

# [Janet]()

60 lines of code when formatted with `janet-format`. The formatter doesn't
do much, so I stick to an 80 column limit manually. Your formatting results
will vary from mine.

- [GitHub Repository](https://github.com/cideM/aoc2023-janet)
- [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.

.envrc

use flake
PATH_add jpm_tree/bin/