Skip to content

Commit 92338cb

Browse files
v0.6
1 parent 84a7cd3 commit 92338cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Lesson08/Exercise02/Exercise 2.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ vector<string> types =
9595
"TABULATION"
9696
};
9797

98+
const int UNKNOWN = INT_MAX;
99+
98100
void GetTime(clock_t &timer, string type)
99101
{
100102
// Subtract timer from current time to get time elapsed

0 commit comments

Comments
 (0)