void main(List args) async { for (int i = 0; i < args.length; i++) { print("ARG ${i}: ${args[i]}"); } }