394 B
394 B
sort_c
I am learning C by implementing as many sorting algorithms as I want
How to use
First you have to clone this repository
git clone https://gitea.hopeless-cloud.xyz/AustrianToast/sort_c.git && cd sort_c
Now you should be inside the downloaded repository.
To compile this you can execute
gcc -o main main.c
Now you can run it like this
./main