given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
Start file
[11, 2, 3,5 , 1,1, 22, 4]
End file
[1, 2, 3, 4, 5, 11, 22]
1c1
< [11, 2, 3,5 , 1,1, 22, 4]
---
> [1, 2, 3, 4, 5, 11, 22]
Unlock
18 remaining solutions by
signing in and submitting your own entry
336 active golfers, 1358 entries
17
05/27/2017 at 02:23AM
17
05/27/2017 at 02:48AM
17
05/27/2017 at 02:50AM
17
05/27/2017 at 02:51AM
18
05/27/2017 at 02:20AM
18
05/27/2017 at 02:21AM
19
05/27/2017 at 02:16AM
19
05/27/2017 at 02:17AM
20
05/27/2017 at 02:00AM
21
05/27/2017 at 01:58AM
22
05/27/2017 at 01:47AM
22
05/27/2017 at 01:50AM
22
05/27/2017 at 01:56AM
23
05/27/2017 at 01:47AM
24
05/27/2017 at 01:45AM
25
05/27/2017 at 01:40AM
26
05/27/2017 at 01:38AM
27
05/27/2017 at 01:29AM