Repair this code
Repair the one syntax error in greet.c so the program builds, without changing the three lines it prints.
Steps
$ ./greet | cat -e
hello, world$ greet v1.0$ ready$
$ ./greet --help | cat -e
hello, world$ greet v1.0$ ready$
$ ./greet '' cargo build --release | cat -e
hello, world$ greet v1.0$ ready$
Expected files
Allowed functions

Repair this code
Repair the one syntax error in greet.c so the program builds, without changing the three lines it prints.
Steps
$ ./greet | cat -e
hello, world$ greet v1.0$ ready$
$ ./greet --help | cat -e
hello, world$ greet v1.0$ ready$
$ ./greet '' cargo build --release | cat -e
hello, world$ greet v1.0$ ready$
Expected files
Allowed functions

Tests
Run the tests to grade your code