diff options
Diffstat (limited to 'InClass Exercise2/Source.cpp')
| -rw-r--r-- | InClass Exercise2/Source.cpp | 2 |
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 |