diff options
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 | ||||
-rw-r--r-- | ee2301/hw4.v | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index b7a0988..a308c92 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,8 +9,8 @@ ], "defines": [], "cStandard": "c11", - "cppStandard": "c++17" + "cppStandard": "c++20" } ], "version": 4 -} +}
\ No newline at end of file diff --git a/ee2301/hw4.v b/ee2301/hw4.v new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ee2301/hw4.v |