Skip to content

Commit 254d248

Browse files
committed
Update Readme file
1 parent 80291d1 commit 254d248

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

0x0A-argc_argv/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
FILE 0-whatsmyname.c is a program that prints its name, followed by a new line.
1+
# Welcome to 0x0A-argc_argv
22

3-
FILE 1-args.c is a program that prints the number of arguments passed into it.
3+
`FILE 0-whatsmyname.c` is a program that prints its name, followed by a new line.
44

5-
FILE 2-args.c a program that prints all arguments it receives.
5+
`FILE 1-args.c` is a program that prints the number of arguments passed into it.
66

7-
FILE 3-mul.c is a program that multiplies two numbers.
7+
`FILE 2-args.c` a program that prints all arguments it receives.
88

9-
FILE 4-add.c is a program that adds positive numbers.
9+
`FILE 3-mul.c` is a program that multiplies two numbers.
1010

11-
FILE 100-change.c is a program that prints the minimum number of coins to make change for an amount of money.
11+
`FILE 4-add.c` is a program that adds positive numbers.
12+
13+
`FILE 100-change.c` is a program that prints the minimum number of coins to make change for an amount of money.

0 commit comments

Comments
 (0)