list_easy_timer/.vscode/settings.json

10 lines
194 B
JSON
Raw Permalink Normal View History

2025-01-15 05:11:14 +00:00
{
"files.associations": {
"easy_timer.h": "c",
"stdio.h": "c",
"windows.h": "c",
"cmath": "c",
"list.h": "c",
"stdlib.h": "c"
2025-01-15 05:11:14 +00:00
}
}