diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d714c4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/ .vscode + diff --git a/.vscode/configurationCache.log b/.vscode/configurationCache.log new file mode 100644 index 0000000..bab9054 --- /dev/null +++ b/.vscode/configurationCache.log @@ -0,0 +1 @@ +{"buildTargets":[],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}} \ No newline at end of file diff --git a/.vscode/dryrun.log b/.vscode/dryrun.log new file mode 100644 index 0000000..d052f75 --- /dev/null +++ b/.vscode/dryrun.log @@ -0,0 +1,6 @@ +make --dry-run --always-make --keep-going --print-directory +make: Entering directory '/home/abhishek/Desktop/DSA' +make: Leaving directory '/home/abhishek/Desktop/DSA' + +make: *** No targets specified and no makefile found. Stop. + diff --git a/.vscode/targets.log b/.vscode/targets.log new file mode 100644 index 0000000..a6787e9 --- /dev/null +++ b/.vscode/targets.log @@ -0,0 +1,328 @@ +make all --print-data-base --no-builtin-variables --no-builtin-rules --question +make: *** No rule to make target 'all'. Stop. + +# GNU Make 4.2.1 +# Built for x86_64-pc-linux-gnu +# Copyright (C) 1988-2016 Free Software Foundation, Inc. +# License GPLv3+: GNU GPL version 3 or later +# This is free software: you are free to change and redistribute it. +# There is NO WARRANTY, to the extent permitted by law. + +# Make data base, printed on Thu Jul 7 14:59:34 2022 + +# Variables + +# 'override' directive +GNUMAKEFLAGS := +# automatic + + +int main() +{ + std::cout << "helloWorld"; +} \ No newline at end of file