diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-30 14:08:14 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-30 14:08:14 -0800 |
| commit | 296b086df9c2a6536c9c47572f59841fc0a1302e (patch) | |
| tree | 4e25bc40d3040df4dd87c6ea92fb59803eac4b24 | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab3--trinh--296b086df9c2a6536c9c47572f59841fc0a1302e.tar.xz cst116-lab3--trinh--296b086df9c2a6536c9c47572f59841fc0a1302e.zip | |
Start of lab 3
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index ed5f807..97925da 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,5 +1,9 @@ // BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. -// +/* +Thomas Trinh +CST116 +Lab 3: New York, New York +*/ #include <iostream> |