1 2 3 4 5 6
#include <studio.h> void main(){ printf("hi"); }
1 2 3
Line 19: error: studio.h: No such file or directory In function 'main': Line 3: warning: return type of 'main' is not 'int'