From b9b149407ebc112e00f48163b15bd57559307bc1 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Tue, 14 May 2024 06:25:24 +0530 Subject: [PATCH] Chore: Stashing changes --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1be854f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "cmath": "cpp" + } +} \ No newline at end of file