aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Guertin <[email protected]>2021-10-13 14:46:23 -0700
committerAustin Guertin <[email protected]>2021-10-13 14:46:23 -0700
commit668fa59b44a2ba5b06e017d01dbcb2564e9a1eab (patch)
tree88b3b45dd5025ee9be811117828daa9745bfaee0
parentFirst Push (diff)
downloadcst116-lab3-austinsworld15-668fa59b44a2ba5b06e017d01dbcb2564e9a1eab.tar.xz
cst116-lab3-austinsworld15-668fa59b44a2ba5b06e017d01dbcb2564e9a1eab.zip
second push
-rw-r--r--CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp2
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