From db1d21df04421cd91099855a7309e3804bd41e25 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 1 Dec 2023 07:47:21 -0600 Subject: [PATCH] add soft-serve hint --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d001068..6ca2fe0 100644 --- a/README.md +++ b/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 +```