Skip to content

bthuilot/aoc24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 - Racket

Index

  1. Building/Running
  2. Tests
  3. Completed Days

This repositories stores my solutions in Racket to Advent of Code 2024.

For more info on the approach to each day, read the module header comment located at the top of each day's source file (an index is located below)

Building/Running

This project leverages dune to compile and run the project, to build an executable simply run

racket main.rkt
# or
make run

# Optionally specify only a subset of days to run
racket main.rkt -d 1,8,23 # Run days 1, 8 and 23

Tests

Tests are written using RackUnit

To test functionaility of the project, invoke the following:

make test
# Or
raco test .

Completed Days

Below is an index to every completed day's implementation source code (containing documentation of approach) and the challenge for the day

About

🎄 Advent of Code 2023 - Racket λ 🎄

Resources

License

Stars

Watchers

Forks