diff --git a/README.org b/README.org new file mode 100644 index 0000000..0168883 --- /dev/null +++ b/README.org @@ -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++. diff --git a/main.cpp b/main.cpp index bd68ee8..f2db91f 100644 --- a/main.cpp +++ b/main.cpp @@ -148,3 +148,5 @@ int main() sortPath(sortingPath, Paths); return 0; } + +