Skip to content

Instantly share code, notes, and snippets.

@mvuksano
Created February 12, 2014 22:58
Show Gist options
  • Select an option

  • Save mvuksano/8966280 to your computer and use it in GitHub Desktop.

Select an option

Save mvuksano/8966280 to your computer and use it in GitHub Desktop.
Demo for dart issue #16779
void main(List<String> args) {
args.forEach((arg) => print('Argument: ${arg}'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment