i compiled a small file in editor and saved it as hello.c #include<stdio.h void main(){ printf("hello");} and when i open Text Editor and tried to compile
gcc hello.c i get this message
gcc: error: hello.c" No such file or directory gcc: fatal error:no input files compilation terminated.
Help me please
