diff options
Diffstat (limited to 'ee1301/wk2/hw2_directory')
-rw-r--r-- | ee1301/wk2/hw2_directory/strap012_2B.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk2/hw2_directory/strap012_2B.cpp b/ee1301/wk2/hw2_directory/strap012_2B.cpp index 15c8152..5adefd5 100644 --- a/ee1301/wk2/hw2_directory/strap012_2B.cpp +++ b/ee1301/wk2/hw2_directory/strap012_2B.cpp @@ -21,4 +21,4 @@ int main() cin >> hourOG >> Time; cout << "How many hours forward or backward do you want to move the clock (F for forwards, B for backward): "; cin >> hourChange >> travel; -
\ No newline at end of file +}
\ No newline at end of file |