Skip to content

Commit

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


array.pop
array.push(3)

puts array

0 comments on commit d1d76d0

Please sign in to comment.