Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 295 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 295 Bytes

PROCESS SCHEDULING 🚀

CPU process scheduling simulation

How to run

launch your cmd and run the code below

cd {folder path that contains main.c}
gcc -o main main.c
./main

see also install MinGW for c compiler

UI