initial commit

This commit is contained in:
Zastian Pretorius
2021-10-17 06:23:00 +02:00
commit 03d14b80a6
7 changed files with 832 additions and 0 deletions

16
compile_commands.json Normal file
View File

@@ -0,0 +1,16 @@
[
{
"arguments": [
"/usr/bin/g++",
"-c",
"--target=x86_64-pc-linux-gnu",
"-m64",
"-std=gnu++20",
"-x",
"c++",
"/home/mrfluffy/Documents/C++/fsorter/main.cpp"
],
"directory": "/home/mrfluffy/Documents/C++/fsorter",
"file": "/home/mrfluffy/Documents/C++/fsorter/main.cpp"
}
]