aoc2024/.vscode/settings.json

9 lines
103 B
JSON
Raw Normal View History

2024-12-05 20:22:19 +00:00
{
"C_Cpp.default.includePath": [
"stdlib/include",
],
"files.associations": {
"*.h": "c",
},
}