diff options
author | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-16 14:06:02 +0100 |
---|---|---|
committer | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-16 14:06:02 +0100 |
commit | 31e98ced014b9326ddfc990b003864df69cd4dcc (patch) | |
tree | 6a7b55b591c7152adac7110804c174d6dd05564d /.vscode | |
parent | 19597032cdbaba1271e8134f865f56410d886c11 (diff) | |
download | unja-31e98ced014b9326ddfc990b003864df69cd4dcc.tar.gz unja-31e98ced014b9326ddfc990b003864df69cd4dcc.zip |
return old values when inserting or removing from hashmap
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..420aa6e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "files.associations": { + "cstdio": "cpp", + "mpc.h": "c", + "stdio.h": "c", + "typeinfo": "c", + "template.h": "c", + "test.h": "c", + "stdlib.h": "c", + "list": "c", + "hashmap.h": "c" + } +}
\ No newline at end of file |