public class Test {
    public static void main(String[] args) {
        "".codePoints().sorted().iterator().hasNext();
    }
}
