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) {