diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-19 17:07:19 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-19 17:07:19 -0700 |
| commit | b91b1a05f468ea3471788ae2b6b554841271419d (patch) | |
| tree | 85b1c3a29ea560c725d1d34e56b1749db0a817bb | |
| parent | adding comments to my code (diff) | |
| download | cst116-lab1-cyrus-b91b1a05f468ea3471788ae2b6b554841271419d.tar.xz cst116-lab1-cyrus-b91b1a05f468ea3471788ae2b6b554841271419d.zip | |
Part 1 finished
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 4846675..e192845 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -2,7 +2,7 @@ * BlankConsoleLab.cpp : This file contains the 'main' function.Program execution begins and ends there. * * Morgan Cyrus -* CST116_Lab1_Cyrus +* CST116_Lab1_Cyrus * Kite Lab */ |