Skip to content

rfaulhaber/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-2023

Advent of Code 2023

Personal Rules

  1. Different language every day chosen by langs.nu script
  2. Each day is a directory
  3. Each day must read and parse the input as a text file specified from the command line
  4. Each program must print the result to stdout
  5. Each day should have unit tests.

Notes

Day 1 in Haskell is unfinished.

Day 4 was initially started in OCaml, however opam is currently broken on nixpkgs. Doing day 4 in Racket instead.