advent-of-code

Perserverance, or the lack thereof

git clone git://git.shimmy1996.com/advent-of-code.git

.gitignore (173B)

    1 *
    2 
    3 !.gitignore
    4 !README.org
    5 
    6 !*/
    7 !*/day*/
    8 !*/day*/*.cc
    9 !*/day*/*.jl
   10 !*/day*/*.rs
   11 !*/day*/src/*.rs
   12 !*/day*/*.toml
   13 !*/day*/*.go
   14 !*/day*/*.scm
   15 !*/day*/Makefile
   16 !*/day*/input.txt