github.com/cycloss/advent-of-code@v0.0.0-20221210145555-15039b95faa6/2022/pg.dart (about)

     1  void main(List<String> args) {
     2    var nums = [0, 1, 2];
     3    nums.reversed;
     4    print(nums);
     5  }