Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <iostream>
class A {
public: void Foo()
{
std::cout << "A::Foo" << std::endl;
}
@clerk2k
clerk2k / 0_reuse_code.js
Created May 12, 2016 02:18
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