class Main { public static void main(String args[]) { System.out.println(fun()); } static int fun(int x = 0) { return x; } }
This question is part of this quiz :