Skip to content

Instantly share code, notes, and snippets.

View shrawanx's full-sized avatar
🏠
Working from home

Shrawan P. shrawanx

🏠
Working from home
View GitHub Profile
#include<iostream>
#include<conio.h>
using namespace std;
void tower(int, char[], char[], char[]);
void main()
{
int N;
@shrawanx
shrawanx / 0_reuse_code.js
Created April 29, 2016 14:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console