Skip to content

Commit

Permalink
Create Ruby Exercises #6
Browse files Browse the repository at this point in the history
  • Loading branch information
raspy8766 committed Sep 16, 2014
1 parent d1d76d0 commit 8019cab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ruby Exercises #6
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 3]

array.uniq!

puts array

0 comments on commit 8019cab

Please sign in to comment.