elh / advent-2022

⭐️ My 50-star 2022 Advent of Code in Clojure

Home Page:https://adventofcode.com/2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-2022 🎄

AoC Stars

Learning Clojure via 2022 Advent of Code.

UPDATE 1/3/23: Completed!!

Usage

My inputs are "gitignored" from this repo. To run, they are expected at paths like inputs/25_input.txt. See Makefile for context.

day=01 make run-example
day=14 make run

// directly
clj -M -m advent-2022.day-19 <path to input file>

// development
make test
make lint
make wc

About

⭐️ My 50-star 2022 Advent of Code in Clojure

https://adventofcode.com/2022

License:MIT License


Languages

Language:Clojure 99.4%Language:Makefile 0.6%