Skip to content

Instantly share code, notes, and snippets.

@kwalrath
Forked from miquelbeltran/main.dart
Created December 10, 2019 22:22
Show Gist options
  • Save kwalrath/8c2f129d88c5ce166cca0f4bb9e2a906 to your computer and use it in GitHub Desktop.
Save kwalrath/8c2f129d88c5ce166cca0f4bb9e2a906 to your computer and use it in GitHub Desktop.
main() {
var numbersByTwo = [1, -2, 3, 42].map((number) => number * 2);
print('Numbers: $numbersByTwo.');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment