Skip to content

rfaulhaber/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Same stuff, new year.

Each directory corresponds to a day. My own personal rules:

  • Each program must ingest the input as a file
  • Each day is a randomly chosen language based on the content of LANGUAGES.txt
  • No two days can use the same language
  • If the challenge input looks particularly language-like, that day should be implemented as a Racket reader language