package cat; public class kata{ public static int doubleValue(int x) { return 2 * x; } }
Loading collection data...