Skip to content

Commit

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

array.push("11")
array.unshift("0")

puts array

0 comments on commit 6f8b9df

Please sign in to comment.