4 lines
105 B
Text
4 lines
105 B
Text
using system;
|
|
|
|
printf "There are %d command line argumants\n" argc;
|
|
puts "They are " $$ map (puts) argv;
|