l4ex1: A Simple CLI Program

l4ex1: A Simple CLI Program

You cannot submit for this problem because the homework's deadline is due.

Description

Print each of the arguments passed to the c program line by line to the standard output.

Format

Files

You should submit a tar file containing a c source file ex1.c

CLI Options

Some strings

Input

Nothing

Output

All arguments, line by line

Sample 1

CLI Options

./ex1 -a -b -c

Output

-a
-b
-c

Limitation

1s, 32MiB for each test case.

Lab 4

Not Claimed
Status
Finished
Problems
2
Open Since
2018-06-19 00:00
DDL
2018-06-22 23:59
Extension
240.0 hour(s)