Skip to content

Instantly share code, notes, and snippets.

@0xDaksh
Created July 19, 2017 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xDaksh/a3dc9ba0c6466e1bb90ba7fbb90391d3 to your computer and use it in GitHub Desktop.
Save 0xDaksh/a3dc9ba0c6466e1bb90ba7fbb90391d3 to your computer and use it in GitHub Desktop.
#include <iostream> // no need of conio file
using namespace std; // using namespace of std
int main() {
return 0; // return function here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment