add header comment

This commit is contained in:
Tyler Beckman 2024-09-21 19:16:33 -06:00
parent de20620f22
commit 99327bc853
Signed by: Ty
GPG key ID: 2813440C772555A4
2 changed files with 9 additions and 1 deletions

View file

@ -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",

View file

@ -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 <iostream>
int main(void) {