diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cba7efc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +a.out diff --git a/.vscode/launch.json b/.vscode/launch.json index 91d5397..d2b3911 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -31,7 +31,7 @@ // "ignoreFailures": true // } ], - "preLaunchTask": "build main_logging.c", + "preLaunchTask": "build main.c", "miDebuggerPath": "/usr/bin/gdb" } ], diff --git a/a.out b/a.out index 3f606b4..e234a5a 100755 Binary files a/a.out and b/a.out differ