RosettaCodeData/Task/Remove-duplicate-elements/Arturo/remove-duplicate-elements.arturo

4 lines
49 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
arr: [1 2 3 2 1 2 3 4 5 3 2 1]
print unique arr