Codeforces-SolutionsA/.vscode/settings.json

7 lines
177 B
JSON
Raw Normal View History

2023-07-01 03:38:12 +08:00
{
"cph.general.onceMaintainerMessage": false,
2023-07-13 02:28:54 +08:00
"cph.general.saveLocation": "D:\\Programming\\Unwanted\\cph",
"files.associations": {
"iostream": "cpp"
}
2023-07-01 03:38:12 +08:00
}