To run any of these programs
Look for any c file and run this:
gcc -Wall -Wextra -Werror -pedantic -std=gnu89 nameofcfile.c -o runme
then run: ./runme
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To run any of these programs
Look for any c file and run this:
gcc -Wall -Wextra -Werror -pedantic -std=gnu89 nameofcfile.c -o runme
then run: ./runme