Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created September 6, 2015 10:53
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 angelovstanton/a5cccf5ab202f1b33ed3 to your computer and use it in GitHub Desktop.
Save angelovstanton/a5cccf5ab202f1b33ed3 to your computer and use it in GitHub Desktop.
IntList intList = new IntList();
intList.Add(1);
intList.Add(2);
intList.Add(3);
intList.ForEach(x => WriteLine(x));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment