c-test/.vscode/settings.json

8 lines
154 B
JSON
Raw Normal View History

2024-11-04 14:44:45 -05:00
{
"files.associations": {
"math_functions.h": "c",
"pointer_test.h": "c",
"struct_test.h": "c",
"stdio.h": "c"
2024-11-04 14:44:45 -05:00
}
}