From 1589abc2ec993ed72408f323a7b47d15289d8d8c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 17 Nov 2019 12:52:04 -0600 Subject: DO things --- .vscode/c_cpp_properties.json | 4 ++-- ee2301/hw4.v | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 ee2301/hw4.v 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 -- cgit v1.2.3