advent-of-code/2023/day7/compile_commands.json

8 lines
156 B
JSON
Raw Permalink Normal View History

2023-12-07 22:27:25 +00:00
[
{
"directory": "/home/wmoore/Projects/advent-of-code/2023/day7",
"command": "c++ -Wall -fsanitize=address day7.cpp -o day7",
"file": "day7.cpp"
}
]