package p; //6, 32, 6, 58

import java.util.function.Consumer;

public class A {
	Consumer<Integer> a1= x -> System.out.println(x + 10);
}
