Skip to content

Instantly share code, notes, and snippets.

@noeticpenguin
Created September 17, 2013 16:41
Show Gist options
  • Save noeticpenguin/6596980 to your computer and use it in GitHub Desktop.
Save noeticpenguin/6596980 to your computer and use it in GitHub Desktop.
List<Contact> PunishIt = new List<Contact>();
for(Integer i = 0; i < 1000; i++) {
PunishIt.add(Conctact c = new contact(fill in missing = stuff here));
}
Insert PunishIt;
Delete PunishIt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment