Slide 37
Slide 37 text
SHA1
7)if (argc >= 2) {
8) if (strcmp(argv[1], "thiago.scalone") == 0) {
9) printf("\nCowabunga!\n");
10) }
11)
12)
13) if (strcmp(argv[1], "patrick.barcelos") == 0) {
14) printf("\nLet's go!\n");
15) }
16)
17) if (strcmp(argv[1], "kaiopessoni") == 0) {
18) printf("\nWhat's up dude!\n");
19) }