GitXplorerGitXplorer
e

advent-2022

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
86e83cab47317060c06c81a85c91d029884d2e5c

add day 24 p2 solution. advent of code 2022 complete!

eelh committed 2 years ago
Unverified
e6e8321627a5a5ca0650031ff4fdf702cefaf6b9

add day 24 p1 solution

eelh committed 2 years ago
Unverified
7f27efcbeaae3a457ab0290941a1db7521cc3ace

add day 22 p2 solution

eelh committed 2 years ago
Unverified
b5d4d5dbd53fee70321b1238f43e67ef77565c6d

add make target for lint. tidy up

eelh committed 2 years ago
Unverified
86b879500bafec756faf9746d590d43efc594fe1

add day 22 p1 solution

eelh committed 2 years ago
Unverified
08fafd0685cf9057a12a286815a5142b46ede906

add day 25 p1 solution. use clojure.test

eelh committed 2 years ago

README

The README file for this repository.

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