Skip to content

Change C++ snippet #2

@tarunluthra123

Description

@tarunluthra123

Change C++ default snippet from


#include <iostream>
using namespace std;

int main() {
	// your code goes here
	return 0;
}

to

#include <bits/stdc++.h>
using namespace std;

int main() {
	// your code goes here
	return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions