diff options
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d32b3e6 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Pixelsort + +Simple pixelsorter written in c. +The goal being fast enough to use with lock screens like i3lock. + +This was also written for fun and therefore custom implementation of quicksort. |