mirror of
https://github.com/daylinmorgan/advent-of-code-2023.git
synced 2024-12-22 03:10:44 -06:00
add soft-serve hint
This commit is contained in:
parent
193a6315b6
commit
db1d21df04
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -14,3 +14,17 @@ Note: the day and year are inferred from today's date if not specified.
|
|||
```sh
|
||||
nim r ./tools/aoc.nim # -d:1 -y:2023
|
||||
```
|
||||
|
||||
To quickly view solutions from your terminal use my soft-serve instance!
|
||||
|
||||
For an individual solution:
|
||||
|
||||
```sh
|
||||
ssh -p 23231 git.dayl.in repo blob advent-of-code-2023 solutions/day01/solution.nim
|
||||
```
|
||||
|
||||
To interactively explore repo:
|
||||
|
||||
```sh
|
||||
ssh -p 23231 git.dayl.in -t advent-of-code-2023
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue