Skip to content

Commit 2e1db7b

Browse files
Update greedy_algorithms/job_sequencing_algorithm.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 28422b7 commit 2e1db7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/job_sequencing_algorithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ void tests() {
192192
* @returns 0 on exit
193193
*/
194194
int main() {
195-
tests();
195+
tests(); // run self test implementations
196196
return 0;
197197
}

0 commit comments

Comments
 (0)