Skip to content

Instantly share code, notes, and snippets.

@Yugsolanki
Created August 23, 2025 14:46
Show Gist options
  • Select an option

  • Save Yugsolanki/2d477cf1b17112af9931b95cdcc9162d to your computer and use it in GitHub Desktop.

Select an option

Save Yugsolanki/2d477cf1b17112af9931b95cdcc9162d to your computer and use it in GitHub Desktop.
C++ file runner with utilities.cpp for DSA practice
{
"tasks": [
{
"label": "Build and Run and Clean",
"type": "shell",
"command": "g++ ${file} utilities.cpp -o program ; .\\program ; Get-ChildItem -Path . -Filter *.exe -Recurse | Remove-Item",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$gcc"
]
}
],
"version": "2.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment