Skip to content

Instantly share code, notes, and snippets.

@igoriuz
Last active August 18, 2021 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igoriuz/dcdf96b99198ac90a05e74cebb39824e to your computer and use it in GitHub Desktop.
Save igoriuz/dcdf96b99198ac90a05e74cebb39824e to your computer and use it in GitHub Desktop.
import 'dart:core';
final stuff = <int>[];
void main() async {
print(stuff.reduce((a, b) => a + b));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment