Update cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
DoGoodCoder
2024-10-13 16:40:07 +05:30
committed by GitHub
parent 16d952f6fe
commit d568897529

View File

@@ -310,7 +310,8 @@ static void test() {
}
/**
* @brief Entry point of the program
* @brief Main function
* @returns 0 on successful exit
*/
int main() {
test();