0 / 60 seg.

What does the following program print when executed with the command line arguments Java Learning?

public static void main(String[] args) {
    System.out.println(args[0] + " is fun!");
}