advent-of-code/2023/day7/Makefile
2023-12-08 08:27:25 +10:00

2 lines
62 B
Makefile

day7: day7.cpp
c++ -Wall -fsanitize=address day7.cpp -o day7