Skip to content

Instantly share code, notes, and snippets.

View dampdigits's full-sized avatar
🍃
innovating...

Sk Sameer Salam dampdigits

🍃
innovating...
View GitHub Profile
@Neilblaze
Neilblaze / CPP_Template.cpp
Last active April 9, 2025 05:43
CP Template — C++ </>
#include <bits/stdc++.h>
using namespace std;
/* clang-format off */
/* TYPES */
#define ll long long
#define pii pair<int, int>
#define pll pair<long long, long long>
#define vi vector<int>
@nicolasdao
nicolasdao / open_source_licenses.md
Last active April 3, 2025 06:03
What you need to know to choose an open source license.