Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

num_of_args.md

File metadata and controls

7 lines (5 loc) · 278 Bytes

Number of Arguments

Objectives

  • Write a script that will print "Got it: " in case of one argument
  • In case no arguments were provided, it will print "Usage: ./ "
  • In case of more than one argument, print "hey hey...too many!"