From 668fa59b44a2ba5b06e017d01dbcb2564e9a1eab Mon Sep 17 00:00:00 2001 From: Austin Guertin Date: Wed, 13 Oct 2021 14:46:23 -0700 Subject: second push --- CST116F2021-Lab3/CST116F2021-Lab3-Guertin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3