diff options
| author | Austin Guertin <[email protected]> | 2021-10-13 14:46:23 -0700 |
|---|---|---|
| committer | Austin Guertin <[email protected]> | 2021-10-13 14:46:23 -0700 |
| commit | 668fa59b44a2ba5b06e017d01dbcb2564e9a1eab (patch) | |
| tree | 88b3b45dd5025ee9be811117828daa9745bfaee0 | |
| parent | First Push (diff) | |
| download | cst116-lab3-austinsworld15-668fa59b44a2ba5b06e017d01dbcb2564e9a1eab.tar.xz cst116-lab3-austinsworld15-668fa59b44a2ba5b06e017d01dbcb2564e9a1eab.zip | |
second push
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp b/CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp index 41af613..0de941b 100644 --- a/CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp +++ b/CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp @@ -5,7 +5,7 @@ int main() { - std::cout << "Hello World!\n"; + printf("hi"); } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu |