Skip to content

Instantly share code, notes, and snippets.

@meaganewaller
Created November 7, 2013 16:39
Show Gist options
  • Save meaganewaller/7357632 to your computer and use it in GitHub Desktop.
Save meaganewaller/7357632 to your computer and use it in GitHub Desktop.
PrimeFactors First Passing Test
package com.kata.junit;
import java.util.*;
public class PrimeFactors {
public static List<Integer> generate(int number) {
return new ArrayList<Integer>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment