0 / 60 seg.

What is the output of the following code snippet?

public class Test {
    public static void main(String[] args) {
        System.out.println(args.length);
    }
}