- Fedora 35
- gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)
- VIM - Vi IMproved 8.2
Clone the project
git clone https://github.com/fkkarakurt/timer-mechanism
Go to the project directory
cd timer-mechanism
Compile and Run
gcc -o <name> <c-file>
time ./<name>
#or
./<name>
In addition to all these, you can create the codes yourself by following the article.