File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- FILE 0-whatsmyname.c is a program that prints its name, followed by a new line.
1
+ # Welcome to 0x0A-argc_argv
2
2
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 .
4
4
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 .
6
6
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 .
8
8
9
- FILE 4-add.c is a program that adds positive numbers.
9
+ ` FILE 3-mul.c ` is a program that multiplies two numbers.
10
10
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.
You can’t perform that action at this time.
0 commit comments