aboutsummaryrefslogtreecommitdiff
path: root/InClass Exercise2/Source.cpp
diff options
context:
space:
mode:
authorMiles-Cell <[email protected]>2024-01-25 09:51:21 -0800
committerMiles-Cell <[email protected]>2024-02-03 11:35:29 -0800
commit5a44a11393eba94412f708ba94e3c8fd1a94f625 (patch)
treecd3df1dc7c104085a2bb1b44801d57c5808d6625 /InClass Exercise2/Source.cpp
parentExercise completed! (diff)
downloadin-class-exercise-3-miles-cell-5a44a11393eba94412f708ba94e3c8fd1a94f625.tar.xz
in-class-exercise-3-miles-cell-5a44a11393eba94412f708ba94e3c8fd1a94f625.zip
Exercise completed!!
Diffstat (limited to 'InClass Exercise2/Source.cpp')
-rw-r--r--InClass Exercise2/Source.cpp2
1 files changed, 1 insertions, 1 deletions
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