I wrote a program, a simple one that prints hello. Yet the gcc compiler cannot run it. It flags the #include <stdio.h> line, saying,
/home/lexito/Desktop/try.c|2|fatal error: stdio.h: No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|