Sha256: 9b08c1675c7fe4f3f73c5a97ddcc0d7f1c615390e49869552d1c8375a2269ef0

Contents?: true

Size: 109 Bytes

Versions: 25

Compression:

Stored size: 109 Bytes

Contents

# section_2/part_1/answer.rb
# 2-1-ARGV.rb

puts ARGV[0]
puts ARGV[1]
puts ARGV[2]
puts ARGV[3]
puts ARGV[4]

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
ruby_learner-1.1.4 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.3 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.2 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.1 questions/sequential_check/section_2/part_1/lib/answer.rb
ruby_learner-1.1.0 questions/sequential_check/section_2/part_1/lib/answer.rb