From 99327bc85369c53267126e5fffa2cd179dc7ae8f9f27a62bf815a7540ce2eb6f Mon Sep 17 00:00:00 2001 From: Tyler Beckman Date: Sat, 21 Sep 2024 19:16:33 -0600 Subject: [PATCH] add header comment --- .vscode/settings.json | 2 +- main.cpp | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 85a5a9c..6e42470 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "C_Cpp_Runner.debuggerPath": "gdb", "C_Cpp_Runner.cStandard": "", "C_Cpp_Runner.cppStandard": "", - "C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat", + "C_Cpp_Runner.msvcBatchPath": "", "C_Cpp_Runner.useMsvc": false, "C_Cpp_Runner.warnings": [ "-Wall", diff --git a/main.cpp b/main.cpp index 36888af..7bde5e8 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,11 @@ +/** + * @file main.cpp + * @author Tyler Beckman (tyler_beckman@mines.edu) + * @brief A program template for CSCI200 + * @version 1 + * @date 2024-09-21 + */ + #include int main(void) {