From 193a6315b601fcdf60f98336f4cdfe1dc7c2efb3 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 1 Dec 2023 07:39:53 -0600 Subject: [PATCH] docs: add some more details to README for ref --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be2fef..d001068 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # Advent of Code 2023 -![tree](./assets/tree.svg) +
+ christmas tree +
+ +To generate a new day and fetch the input's for a puzzle use the below command. +Note: the day and year are inferred from today's date if not specified. + +```sh +nim r ./tools/aoc.nim # -d:1 -y:2023 +```