advent-of-code/2023/day7/compile_commands.json
2023-12-08 08:27:25 +10:00

7 lines
156 B
JSON

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