Skip to content

jazzpi/aocc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023, masoChist Edition

Because real Fak IV programmers use C.

Building

Build with CMake:

mkdir build
cd build
cmake ..
make -j4

Test Suite

There is a test suite that can be run with CTest:

cd build
ctest --test-dir test --output-on-failure

It mostly tests the example inputs against their solution. If you save your own inputs (e.g. for day 1 as input/day1) and solutions (under input/solutions), the tests will also check that. The solutions format is day part solution, so e.g. for days 1--3 (with the example solutions):

1 1 142
1 2 281
2 1 8
2 2 2286
3 1 4361
3 2 467835

About

Advent of Code 23, C Edition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published