Skip to content

DrearyLisper/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving AoC 2023 problems in Clojure

Logo

See https://adventofcode.com/2023 for problems.

Day 01: Trebuchet?!

Full Solution

aoc-2023$ clj -X day01/run
55017
53539

Day 02: Cube Conundrum

Full Solution

aoc-2023$ clj -X day02/run
2617
59795

Day 03: Gear Ratios

Full Solution

aoc-2023$ clj -X day03/run
539713
84159075

Day 04: Scratchcards

Full Solution

aoc-2023$ clj -X day04/run
22674
5747443

Day 05: If You Give A Seed A Fertilizer

Full Solution

aoc-2023$ clojure -X day05/run
88151870N
2008785N

Day 06: Wait For It

Full Solution

aoc-2023$ clojure -X day06/run
4403592
38017587

About

Solving Advent of Code 2023 in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published