diff options
| author | James Lawrance <[email protected]> | 2021-10-13 13:20:41 -0700 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-10-13 13:20:41 -0700 |
| commit | 72e4a1d134a3b36813337202d42fbe68c4ae7f2b (patch) | |
| tree | 1792d076989ec4794831e5a956fd69c2e80247f3 | |
| parent | Commit 2 (diff) | |
| download | cst116-proj1-jemersonlawrance-72e4a1d134a3b36813337202d42fbe68c4ae7f2b.tar.xz cst116-proj1-jemersonlawrance-72e4a1d134a3b36813337202d42fbe68c4ae7f2b.zip | |
Commit 3
| -rw-r--r-- | CST116F2021-Proj1/CST116F2021-Proj1.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CST116F2021-Proj1/CST116F2021-Proj1.cpp b/CST116F2021-Proj1/CST116F2021-Proj1.cpp index c3352b9..0421660 100644 --- a/CST116F2021-Proj1/CST116F2021-Proj1.cpp +++ b/CST116F2021-Proj1/CST116F2021-Proj1.cpp @@ -3,7 +3,5 @@ using namespace std; int main() { - cout << "I like fishing."; - - return 0; + cout << "Project 1 Working" }
\ No newline at end of file |