Skip to content

Instantly share code, notes, and snippets.

View nycholas's full-sized avatar

Nycholas Oliveira nycholas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nycholas on github.
  • I am nycholas (https://keybase.io/nycholas) on keybase.
  • I have a public key ASAdHG0xyb7qRwv56YUUjIcPLJztYI6_L9trJOiQSyw1ywo

To claim this, I am signing this object:

import java.util.ArrayList;
import java.util.List;
public class SetOperationTest {
@Test
public void test() {
List<Integer> fromUser = ImmutableList.of(1, 2, 2, 3);
List<Integer> fromDB = ImmutableList.of(1, 2, 2, 4);