commit 9b6074ddd9baa63180912fb529e4301d3fc2f49e Author: Isak Date: Mon Feb 12 22:02:36 2018 +0100 Create README.md Added README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f09896e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# File-viewer +A simple program to navigate directories and output files. +Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers. + +This was compiled using g++ version 6.3.0 on the authors machine.