Skip to content

Instantly share code, notes, and snippets.

View iamhimangshude's full-sized avatar

Himangshu De iamhimangshude

View GitHub Profile
@iamhimangshude
iamhimangshude / tasks.json
Created September 23, 2025 16:15
A configurable vscode task.json file for competitive programming for linux and mac systems
{
"version": "2.0.0",
"tasks": [
{
"label": "compile",
"type": "shell",
"command": "g++",
"args": [
"-std=c++17",
"-o",