Skip to content

dhconnelly/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# advent-of-code-2022

dependencies:

- g++ with c++20 support
- make
- python3 and sympy (pip install sympy)

usage:

    make ./target/day$NUM
    ./target/day$NUM <path_to_input_file>

to run tests:

    ./test.sh

About

solutions to advent of code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages