From d45514ea9687737a3d47697713cbd9b1b757ec9c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 19 Feb 2019 20:09:49 -0600 Subject: Remember last curly brace in main() --- ee1301/wk2/hw2_directory/strap012_2B.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301/wk2/hw2_directory/strap012_2B.cpp') 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 -- cgit v1.2.3