void main() { List nums = [3, 5, 8, 4, 2]; print(nums); }