Skip to content

idrisr/advent2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent 2023

My goals for this year is to use nix and haskell with a focus on

  • type driven development
  • nix flakes
  • optics
  • parsers

To run any solution via nix

nix run github:idrisr/advent2023#<day><part> <input>

# for example
# run day 2 part 1
nix run github:idrisr/advent2023#02p1 <my-input-file>

# run day 3 part 2
nix run github:idrisr/advent2023#03p2 <my-input-file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published