package p; //6, 51, 6, 57

import java.util.function.Consumer;

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