From d568897529c69a2d27c875ed678392b567fcf024 Mon Sep 17 00:00:00 2001 From: DoGoodCoder <141216093+LakshmiSrikumar@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:40:07 +0530 Subject: [PATCH] Update cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp b/cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp index d1935a4c8..7ce848412 100644 --- a/cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp +++ b/cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp @@ -310,7 +310,8 @@ static void test() { } /** - * @brief Entry point of the program + * @brief Main function + * @returns 0 on successful exit */ int main() { test();