AdventOfCode/AdventOfCode.code-workspace

12 lines
108 B
Text
Raw Normal View History

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