AdventOfCode/AdventOfCode.code-workspace
2022-12-01 13:26:52 +01:00

12 lines
No EOL
108 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"aoc.h": "c"
}
}
}