blob: 08f530527c723c8e7f43cef78e33f3875b244c92 [file] [log] [blame]
(int, int) firstAndLast(List<int> a) => (a.first, a.last);
main() {}