argv.rb 86 B

123456
  1. a_st="command args:"+ARGV.size.to_s;puts a_st;puts
  2. for i in ARGV
  3. puts i
  4. end