Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 275 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 275 Bytes

Advent of Code 2021

You need a C compiler available as cc.

Use the build and run shell script to compile and run a specific day:

./run.bash DayNN.c

To build and run all days:

./run.bash all

The compiled binaries are placed in ./bin.