class AddictiveAddition { public static void main(String[] args) { int i = 0; while (i < 5_000_000) { i++; } } }