Skip to content

Commit

Permalink
Updated template code🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranSiddhu committed Feb 20, 2022
1 parent 6a8d74a commit eb31f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Learning C++ with DSA/practice/code.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define db double
#define ld long double
#define el "\n"

//NOTE This is a very simple template for beginners
void solution(){
Expand Down

0 comments on commit eb31f80

Please sign in to comment.