Java tutorial
import java.time.Year; public class Main { public static void main(String[] args) { int i = Year.MIN_VALUE; System.out.println(i); } }