From 5a44a11393eba94412f708ba94e3c8fd1a94f625 Mon Sep 17 00:00:00 2001 From: Miles-Cell <156042454+Miles-Cell@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:51:21 -0800 Subject: Exercise completed!! --- InClass Exercise2/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InClass Exercise2/Source.cpp') diff --git a/InClass Exercise2/Source.cpp b/InClass Exercise2/Source.cpp index 9f8fe52..adcff22 100644 --- a/InClass Exercise2/Source.cpp +++ b/InClass Exercise2/Source.cpp @@ -18,6 +18,6 @@ int main () std::cin >> i; std::cout << "You inputted " << i << std::endl; - + return 0; } \ No newline at end of file -- cgit v1.2.3