Last active
February 24, 2019 05:36
-
-
Save bradyt/9565cae5c400fc46027d868816b720be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:math'; | |
| void main() { | |
| var thing = [['a', 2.25], ['b', 1.99], ['c', 2.1]]; | |
| print(thing); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment