mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 06:43:14 +08:00
Update cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
@@ -310,7 +310,8 @@ static void test() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Entry point of the program
|
||||
* @brief Main function
|
||||
* @returns 0 on successful exit
|
||||
*/
|
||||
int main() {
|
||||
test();
|
||||
|
||||
Reference in New Issue
Block a user