Skip to content

Commit 6622a64

Browse files
Merge branch 'LakshmiSrikumar-patch-1' of https://github.com/LakshmiSrikumar/C-Plus-Plus into LakshmiSrikumar-patch-1
2 parents 6ebca75 + d568897 commit 6622a64

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
@@ -307,7 +307,8 @@ static void test() {
307307
}
308308

309309
/**
310-
* @brief Entry point of the program
310+
* @brief Main function
311+
* @returns 0 on successful exit
311312
*/
312313
int main() {
313314
test();

0 commit comments

Comments
 (0)