Skip to content

Commit d568897

Browse files
Update cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 16d952f commit d568897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ static void test() {
310310
}
311311

312312
/**
313-
* @brief Entry point of the program
313+
* @brief Main function
314+
* @returns 0 on successful exit
314315
*/
315316
int main() {
316317
test();

0 commit comments

Comments
 (0)