Skip to content

Advent of Code challenges completed with Go and built with Nix

Notifications You must be signed in to change notification settings

jason-lieb/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Advent of Code challenges completed with Go and built with Nix

Use

  • To install dev tools, run nix develop
  • To build the packages (and run tests), run nix build
  • After building to run the executables, run ./result/bin/x
  • To run tests directly, go into the project directory and run go test
  • To generate a new day, build the project and run ./result/bin/newDay dayx
  • Remember that nix will ignore new files if you don't run git add on them

About

Advent of Code challenges completed with Go and built with Nix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published