This repository has been archived on 2026-07-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
college-work/Задания по C и C++/c/.vscode/settings.json
T

12 lines
253 B
JSON
Executable File

{
"files.associations": {
"cstdlib": "c",
"math.h": "c",
"ostream": "cpp",
"iosfwd": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"xmemory": "cpp",
"xutility": "cpp"
}
}