Skip to content

Instantly share code, notes, and snippets.

@dsp
Created January 23, 2015 18:47
Show Gist options
  • Save dsp/1f13d3c5d6211a378e43 to your computer and use it in GitHub Desktop.
Save dsp/1f13d3c5d6211a378e43 to your computer and use it in GitHub Desktop.
struct List {
List* next;
void add(...) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment