chundoong-lab-ta/.vscode/settings.json

9 lines
160 B
JSON
Raw Normal View History

2022-11-07 12:54:31 +09:00
{
"files.associations": {
2022-11-07 14:57:14 +09:00
"random": "c",
"stdbool.h": "c",
2022-11-16 13:54:50 +09:00
"math.h": "c",
"immintrin.h": "c",
"stdio.h": "c"
2022-11-07 12:54:31 +09:00
}
}