~shunter/advent2021

fdf7edc8a19b7f7db398525cece0c4a818675d41 — Samuel Hunter 3 years ago 5f87d30
Spruce up README
3 files changed, 9 insertions(+), 7 deletions(-)

M README.md
M advent2021.asd
M util.lisp
M README.md => README.md +5 -5
@@ 1,9 1,9 @@
# advent2021
### _Your Name <your.name@example.com>_

This is a project to do ... something.
2021 Advent of Code submissions and input text

## License

Specify license here
## Follow along

- load+require `advent2021.asd` into your lisp image. This loads the utils but no solutions by default.
- Load one of the days and enter its dedicated package
- 👍

M advent2021.asd => advent2021.asd +2 -2
@@ 1,9 1,9 @@
;;;; advent2021.asd

(asdf:defsystem #:advent2021
  :description "Describe advent2021 here"
  :description "Advent of Code 2021 submission collection and input text"
  :author "Samuel Hunter"
  :license  "Specify license here"
  :license  "Proprietary"
  :version "0.0.1"
  :depends-on (#:alexandria
               #:arrows

M util.lisp => util.lisp +2 -0
@@ 1,3 1,5 @@
;;;; util.lisp

(defpackage #:advent2021.util
  (:use #:cl #:alexandria #:arrows)
  (:export #:read-puzzle-sexp