Merge branch 'main' into mager-rebuild

This commit is contained in:
Zastian Pretorius
2021-10-23 02:15:06 +02:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

5
README.org Normal file
View File

@@ -0,0 +1,5 @@
#+TITLE: Readme
#+AUTHOR: Zastian Pretorius
* README
This is a simple project to help sort your files on linux written in c++.

View File

@@ -148,3 +148,5 @@ int main()
sortPath(sortingPath, Paths);
return 0;
}