When I type to my terminal:
gcc -Wall -o foo.c foo.c
After that foo.c
is deleted. There is no reason to type this but does anybody know why this happens?
When I type to my terminal:
gcc -Wall -o foo.c foo.c
After that foo.c
is deleted. There is no reason to type this but does anybody know why this happens?