disposedtrolley / adventofcode-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

To run the solution for Day 1 against its input file:

make clean
make DAY=1 INPUT=input/day_1 run

About


Languages

Language:C 99.0%Language:Makefile 1.0%