add header comment
This commit is contained in:
parent
de20620f22
commit
99327bc853
2 changed files with 9 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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",
|
||||
|
|
8
main.cpp
8
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 <iostream>
|
||||
|
||||
int main(void) {
|
||||
|
|
Loading…
Reference in a new issue